|
|
@ -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 |
|
|
|