git: 9front

Download patch

ref: 0557b682a51a2f202e2a9bac8a6d4b33c376bf41
parent: 6332062526619eb50b668bbc0a615a07e53371fe
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Wed Jul 4 09:23:36 EDT 2012

factotum: use glenda as hostowner default

--- a/sys/src/cmd/auth/factotum/util.c
+++ b/sys/src/cmd/auth/factotum/util.c
@@ -682,7 +682,7 @@
 	}
 	free(p);
 
-	strcpy(owner, "none");
+	strcpy(owner, "glenda");
 	do{
 		outin("user", owner, sizeof(owner));
 	} while(*owner == 0);
--