|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/sh - |
|
|
|
# |
|
|
|
# $OpenBSD: rc.conf,v 1.8 1998/01/11 01:21:54 angelos Exp $ |
|
|
|
# $OpenBSD: rc.conf,v 1.9 1998/01/21 23:35:57 downsj Exp $ |
|
|
|
|
|
|
|
# set these to "NO" to turn them off. otherwise, they're used as flags |
|
|
|
routed_flags=NO # for 'normal' use: routed_flags="-q" |
|
|
@ -36,7 +36,8 @@ ipforward=NO # route packets between interfaces |
|
|
|
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 fileserver |
|
|
|
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 |
|
|
|