|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/sh - |
|
|
|
# |
|
|
|
# $OpenBSD: rc.conf,v 1.133 2009/05/31 19:16:16 henning Exp $ |
|
|
|
# $OpenBSD: rc.conf,v 1.134 2009/10/17 20:40:17 nicm Exp $ |
|
|
|
|
|
|
|
# set these to "NO" to turn them off. otherwise, they're used as flags |
|
|
|
ripd_flags=NO # for normal use: "" |
|
|
@ -92,7 +92,6 @@ savecore_flags= # "-z" to compress |
|
|
|
ypserv_flags= # E.g. -1 for YP v1, -d for DNS etc |
|
|
|
yppasswdd_flags=NO # "-d /etc/yp" if passwd files are in /etc/yp |
|
|
|
nfsd_flags="-tun 4" # Crank the 4 for a busy NFS fileserver |
|
|
|
amd_dir=/tmp_mnt # AMD's mount directory |
|
|
|
amd_master=/etc/amd/master # AMD 'master' map |
|
|
|
syslogd_flags= # add more flags, ie. "-u -a /chroot/dev/log" |
|
|
|
pf_rules=/etc/pf.conf # Packet filter rules file |
|
|
|