|
@ -1,6 +1,6 @@ |
|
|
#!/bin/sh - |
|
|
#!/bin/sh - |
|
|
# |
|
|
# |
|
|
# $OpenBSD: rc.conf,v 1.5 1997/12/01 08:31:36 deraadt Exp $ |
|
|
|
|
|
|
|
|
# $OpenBSD: rc.conf,v 1.6 1997/12/15 10:47:24 deraadt Exp $ |
|
|
|
|
|
|
|
|
# set these to "NO" to turn them off. otherwise, they're used as flags |
|
|
# set these to "NO" to turn them off. otherwise, they're used as flags |
|
|
routed_flags=NO # for 'normal' use: routed_flags=-q |
|
|
routed_flags=NO # for 'normal' use: routed_flags=-q |
|
@ -34,7 +34,7 @@ rfc1323=YES # TCP RFC1323 extensions (disable if tcp is slow) |
|
|
# only used if the appropriate server is marked YES above |
|
|
# only used if the appropriate server is marked YES above |
|
|
gated_flags= |
|
|
gated_flags= |
|
|
ypserv_flags= # E.g. -1 for YP v1, -d for DNS etc |
|
|
ypserv_flags= # E.g. -1 for YP v1, -d for DNS etc |
|
|
yppasswdd_flags= # "-d /etc/yp" if passwd files is in /etc/yp |
|
|
|
|
|
|
|
|
yppasswdd_flags= # "-d /etc/yp" if passwd files are in /etc/yp |
|
|
nfsd_flags="-tun 4" # Crank the 4 for a busy fileserver |
|
|
nfsd_flags="-tun 4" # Crank the 4 for a busy fileserver |
|
|
amd_dir=/tmp_mnt # AMD's mount directory |
|
|
amd_dir=/tmp_mnt # AMD's mount directory |
|
|
amd_master=/etc/amd/master # AMD 'master' map |
|
|
amd_master=/etc/amd/master # AMD 'master' map |
|
|