|
@ -1,6 +1,6 @@ |
|
|
#!/bin/sh - |
|
|
#!/bin/sh - |
|
|
# |
|
|
# |
|
|
# $OpenBSD: rc.conf,v 1.67 2001/08/17 22:00:12 deraadt Exp $ |
|
|
|
|
|
|
|
|
# $OpenBSD: rc.conf,v 1.68 2001/08/22 16:13:14 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: "-q" |
|
|
routed_flags=NO # for normal use: "-q" |
|
@ -80,6 +80,7 @@ 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 |
|
|
pf_rules=/etc/pf.conf # Packet filter rules file |
|
|
nat_rules=/etc/nat.conf # NAT 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_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 |
|
|