|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/sh - |
|
|
|
# |
|
|
|
# $OpenBSD: rc.conf,v 1.31 1998/09/18 23:52:01 deraadt Exp $ |
|
|
|
# $OpenBSD: rc.conf,v 1.32 1998/10/12 03:02:57 art Exp $ |
|
|
|
|
|
|
|
# set these to "NO" to turn them off. otherwise, they're used as flags |
|
|
|
routed_flags=NO # for 'normal' use: routed_flags="-q" |
|
|
@ -38,6 +38,7 @@ lpd=NO # printing daemons |
|
|
|
check_quotas=YES # NO may be desireable in some YP environments |
|
|
|
sshd=YES # run sshd if it exists |
|
|
|
ntpd=YES # run ntpd if it exists |
|
|
|
afs=NO # mount and run afs |
|
|
|
|
|
|
|
# miscellaneous other flags |
|
|
|
# only used if the appropriate server is marked YES above |
|
|
@ -54,3 +55,6 @@ 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_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 |
|
|
|
afsd_flags=-z # Flags passed to afsd |