|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/sh - |
|
|
|
# |
|
|
|
# $OpenBSD: rc.conf,v 1.55 2000/12/30 07:59:27 angelos Exp $ |
|
|
|
# $OpenBSD: rc.conf,v 1.56 2001/03/25 22:20:22 krw Exp $ |
|
|
|
|
|
|
|
# set these to "NO" to turn them off. otherwise, they're used as flags |
|
|
|
routed_flags=NO # for normal use: "-q" |
|
|
@ -54,7 +54,7 @@ ipnat=NO # for "YES" ipfilter must also be "YES" |
|
|
|
portmap=YES # almost always needed |
|
|
|
inetd=YES # almost always needed |
|
|
|
lpd=NO # printing daemons |
|
|
|
check_quotas=YES # NO may be desireable in some YP environments |
|
|
|
check_quotas=YES # NO may be desirable in some YP environments |
|
|
|
sshd=YES # if YES, run sshd |
|
|
|
ntpd=YES # run ntpd if it exists |
|
|
|
afs=NO # mount and run afs |
|
|
@ -76,7 +76,7 @@ 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" |
|
|
|
named_user=named # Named should not run as root unless neccesary |
|
|
|
named_user=named # Named should not run as root unless necessary |
|
|
|
named_chroot=/var/named # Where to chroot named if not empty |
|
|
|
afs_mount_point=/afs # Mountpoint for AFS |
|
|
|
afs_device=/dev/xfs0 # Device used by afsd |
|
|
|