=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.31 retrieving revision 1.32 diff -c -r1.31 -r1.32 *** src/etc/rc.conf 1998/09/18 23:52:01 1.31 --- src/etc/rc.conf 1998/10/12 03:02:57 1.32 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.31 1998/09/18 23:52:01 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for 'normal' use: routed_flags="-q" --- 1,6 ---- #!/bin/sh - # ! # $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,43 **** --- 38,44 ---- 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,56 **** --- 55,60 ---- 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