=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.55 retrieving revision 1.56 diff -c -r1.55 -r1.56 *** src/etc/rc.conf 2000/12/30 07:59:27 1.55 --- src/etc/rc.conf 2001/03/25 22:20:22 1.56 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.55 2000/12/30 07:59:27 angelos Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" --- 1,6 ---- #!/bin/sh - # ! # $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,60 **** 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 sshd=YES # if YES, run sshd ntpd=YES # run ntpd if it exists afs=NO # mount and run afs --- 54,60 ---- portmap=YES # almost always needed inetd=YES # almost always needed lpd=NO # printing daemons ! 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,82 **** 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_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 --- 76,82 ---- 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 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