|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/sh - |
|
|
|
# |
|
|
|
# $OpenBSD: rc.conf,v 1.73 2002/06/09 21:15:54 hin Exp $ |
|
|
|
# $OpenBSD: rc.conf,v 1.74 2002/06/11 04:51:39 dhartmei Exp $ |
|
|
|
|
|
|
|
# set these to "NO" to turn them off. otherwise, they're used as flags |
|
|
|
routed_flags=NO # for normal use: "-q" |
|
|
@ -81,7 +81,6 @@ syslogd_flags= # add more flags, ie. "-u -a /chroot/dev/log" |
|
|
|
named_user=named # Named should not run as root unless necessary |
|
|
|
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 |
|
|
|
pflogd_flags= # add more flags, ie. "-s 256" |
|
|
|
afs_mount_point=/afs # Mountpoint for AFS |
|
|
|
afs_device=/dev/xfs0 # Device used by afsd |
|
|
|