git: 9front

Download patch

ref: 7dcce8d56d8113a51926b5c63cb0232cfb6324dc
parent: 62c628117665525b5f5c5f39de28bba8638915a5
author: stanley lieber <stanley.lieber@gmail.com>
date: Thu May 5 14:32:17 EDT 2011

/lib/ndb/auth: hostid=bootes needed for auth to work.

--- a/lib/ndb/auth
+++ b/lib/ndb/auth
@@ -9,3 +9,5 @@
 #           hostid=bootes
 #                uid=!sys uid=!adm uid=*
 # 
+hostid=bootes
+	uid=!sys uid=!adm uid=*
--