diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-05-30 22:20:18 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-05-30 22:20:18 +0000 |
commit | 84efa2e8616c20b602661e7f5bed1699a70c6f0d (patch) | |
tree | 8d6868c23919d3c3328bde01e47e641fbd9d81ec /etc/rc.conf | |
parent | 41dcdd0e5f2b5aaa6f7b88d3321f7b86149c2f15 (diff) |
add a note where to go to for nfs client configuration; after popular demand
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 634363ee31b..f110d69141f 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.47 2000/05/19 16:53:18 mickey Exp $ +# $OpenBSD: rc.conf,v 1.48 2000/05/30 22:20:17 mickey Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" @@ -39,7 +39,7 @@ xdm_flags=NO # for normal use: "" # set the following to "YES" to turn them on rwhod=NO -nfs_server=NO +nfs_server=NO # see sysctl.conf for nfs client configuration lockd=NO gated=NO kerberos_server=NO # kerberos server. run 'info kth-krb' for assistance. |