ref: 58fe582ca95df1f8474fba6fd8d4a1fa9a6d9b1c
parent: 654f0a5f42c0972a07186fe0de2d4e5571e1d330
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Wed Feb 27 03:18:18 EST 2013
dont use full qualified domain names in example configuration use shorter sysnames instead of full qualified domain names so one doesnt have to setup the dns server in the example configuration.
--- a/sys/lib/dist/ndb/local
+++ b/sys/lib/dist/ndb/local
@@ -8,7 +8,7 @@
auth=sources.cs.bell-labs.com authdom=outside.plan9.bell-labs.com
-#auth=cirno.9front authdom=9front
+#auth=cirno authdom=9front
#ntp=pool.ntp.org
@@ -19,11 +19,11 @@
# example: adjust to fit your network
#ipnet=9front ip=192.168.0.0 ipmask=255.255.255.0
-# auth=cirno.9front
-# cpu=cirno.9front
+# auth=cirno
+# cpu=cirno
# dns=192.168.0.2
# dnsdom=9front
-# smtp=cirno.9front
+# smtp=cirno
#
#ip=192.168.0.1 sys=gw dom=gw.9front
#ip=192.168.0.2 sys=cirno dom=cirno.9front
--
⑨