|
@ -1,6 +1,6 @@ |
|
|
#!/bin/sh - |
|
|
#!/bin/sh - |
|
|
# |
|
|
# |
|
|
# $OpenBSD: rc.conf,v 1.64 2001/06/27 03:44:38 hin Exp $ |
|
|
|
|
|
|
|
|
# $OpenBSD: rc.conf,v 1.65 2001/07/01 08:38:59 kjell 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: "-q" |
|
|
routed_flags=NO # for normal use: "-q" |
|
@ -49,6 +49,7 @@ nfs_server=NO # see sysctl.conf for nfs client configuration |
|
|
lockd=NO |
|
|
lockd=NO |
|
|
gated=NO |
|
|
gated=NO |
|
|
amd=NO |
|
|
amd=NO |
|
|
|
|
|
pf=YES # Packet filter / NAT |
|
|
portmap=YES # almost always needed |
|
|
portmap=YES # almost always needed |
|
|
inetd=YES # almost always needed |
|
|
inetd=YES # almost always needed |
|
|
check_quotas=YES # NO may be desirable in some YP environments |
|
|
check_quotas=YES # NO may be desirable in some YP environments |
|
@ -76,6 +77,8 @@ amd_master=/etc/amd/master # AMD 'master' map |
|
|
syslogd_flags= # add more flags, ie. "-u -a /chroot/dev/log" |
|
|
syslogd_flags= # add more flags, ie. "-u -a /chroot/dev/log" |
|
|
named_user=named # Named should not run as root unless necessary |
|
|
named_user=named # Named should not run as root unless necessary |
|
|
named_chroot=/var/named # Where to chroot named if not empty |
|
|
named_chroot=/var/named # Where to chroot named if not empty |
|
|
|
|
|
pf_rules=/etc/pf.conf # Packet filter rules file |
|
|
|
|
|
nat_rules=/etc/nat.conf # NAT rules file |
|
|
afs_mount_point=/afs # Mountpoint for AFS |
|
|
afs_mount_point=/afs # Mountpoint for AFS |
|
|
afs_device=/dev/xfs0 # Device used by afsd |
|
|
afs_device=/dev/xfs0 # Device used by afsd |
|
|
afsd_flags=-z # Flags passed to afsd |
|
|
afsd_flags=-z # Flags passed to afsd |
|
|