diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-05-19 16:53:19 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-05-19 16:53:19 +0000 |
commit | 9c688763b34bddd4288bbf3a40a83abfb2ad3c9d (patch) | |
tree | cb64b36766578692f9a229cb270a6fd208c9289b /etc/rc.conf | |
parent | dd214587976008b55e20af1332756fd4c218c6d3 (diff) |
nfsiod/nfs_client, bye bye
add commented out entry into sysctl.conf for vfs.nfs.iothreads
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 9bad1c7e7e9..634363ee31b 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.46 2000/04/30 23:17:05 ericj Exp $ +# $OpenBSD: rc.conf,v 1.47 2000/05/19 16:53:18 mickey Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" @@ -40,7 +40,6 @@ xdm_flags=NO # for normal use: "" # set the following to "YES" to turn them on rwhod=NO nfs_server=NO -nfs_client=NO lockd=NO gated=NO kerberos_server=NO # kerberos server. run 'info kth-krb' for assistance. @@ -67,7 +66,6 @@ gated_flags= ypserv_flags= # E.g. -1 for YP v1, -d for DNS etc yppasswdd_flags= # "-d /etc/yp" if passwd files are in /etc/yp nfsd_flags="-tun 4" # Crank the 4 for a busy NFS fileserver -nfsiod_flags="-n 4" # Crank the 4 for a busy NFS client amd_dir=/tmp_mnt # AMD's mount directory amd_master=/etc/amd/master # AMD 'master' map ipfilter_rules=/etc/ipf.rules # Rules for IP packet filtering |