diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2011-05-05 20:13:42 +0000 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2011-05-05 20:13:42 +0000 |
commit | d1906bb2eceeb585a787138196e53ee7b71f571e (patch) | |
tree | 600a30017b7c5f10f41f2cf69a28658e2147be6a /lib | |
parent | f0589fd28f88d18d6da38a204288405e72f807eb (diff) | |
download | plan9front-d1906bb2eceeb585a787138196e53ee7b71f571e.tar.xz |
/lib/ndb/local: comment out example config.
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/ndb/local | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/lib/ndb/local b/lib/ndb/local index 489a06268..11a0ab9f5 100755 --- a/lib/ndb/local +++ b/lib/ndb/local @@ -8,9 +8,9 @@ database= auth=sources.cs.bell-labs.com authdom=outside.plan9.bell-labs.com -auth=cirno.9front authdom=9front +#auth=cirno.9front authdom=9front -ntp=pool.ntp.org +#ntp=pool.ntp.org # # because the public demands the name localsource @@ -18,12 +18,12 @@ ntp=pool.ntp.org ip=127.0.0.1 sys=localhost dom=localhost # example: adjust to fit your network -ipnet=9front ip=192.168.0.0 ipmask=255.255.255.0 - auth=cirno.9front - cpu=cirno.9front - dns=192.168.0.2 - dnsdom=9front - smtp=cirno.9front - -ip=192.168.0.1 sys=gw dom=gw.9front -ip=192.168.0.2 sys=cirno dom=cirno.9front +#ipnet=9front ip=192.168.0.0 ipmask=255.255.255.0 +# auth=cirno.9front +# cpu=cirno.9front +# dns=192.168.0.2 +# dnsdom=9front +# smtp=cirno.9front +# +#ip=192.168.0.1 sys=gw dom=gw.9front +#ip=192.168.0.2 sys=cirno dom=cirno.9front |