|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/sh - |
|
|
|
# |
|
|
|
# $OpenBSD: rc.conf,v 1.39 1999/09/13 12:52:21 deraadt Exp $ |
|
|
|
# $OpenBSD: rc.conf,v 1.40 1999/10/17 00:58:02 millert Exp $ |
|
|
|
|
|
|
|
# set these to "NO" to turn them off. otherwise, they're used as flags |
|
|
|
routed_flags=NO # for normal use: "-q" |
|
|
@ -62,7 +62,7 @@ amd_master=/etc/amd/master # AMD 'master' map |
|
|
|
ipfilter_rules=/etc/ipf.rules # Rules for IP packet filtering |
|
|
|
ipnat_rules=/etc/ipnat.rules # Rules for Network Address Translation |
|
|
|
ipmon_flags=-Ds # To disable logging, use ipmon_flags=NO |
|
|
|
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 neccesary |
|
|
|
named_chroot=/var/named # Where to chroot named if not empty |
|
|
|
afs_mount_point=/afs # Mountpoint for AFS |
|
|
|