git: 9front

Download patch

ref: dce1c56fab83a089efa70fd152b8823930a84385
parent: 61ef36e5c06757f742fa0118c531099714c07d98
parent: 42cd54b57b667ed4785b14be27751500d735b8b9
author: cinap_lenrek <cinap_lenrek@centraldogma>
date: Thu Jun 9 03:40:07 EDT 2011

merge

--- a/lib/ndb/auth
+++ b/lib/ndb/auth
@@ -9,5 +9,5 @@
 #           hostid=bootes
 #                uid=!sys uid=!adm uid=*
 # 
-hostid=bootes
+hostid=glenda
 	uid=!sys uid=!adm uid=*
--- a/rc/bin/inst/authsetup
+++ b/rc/bin/inst/authsetup
@@ -8,10 +8,6 @@
 
 switch($1){
 case go
-	echo
-	echo 'Invalidate nvram'
-	echo
-
 	echo 'trust, but verify' >$nvram
 
 	echo
--