=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.56 retrieving revision 1.57 diff -c -r1.56 -r1.57 *** src/etc/rc.conf 2001/03/25 22:20:22 1.56 --- src/etc/rc.conf 2001/04/19 04:00:15 1.57 *************** *** 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" --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.57 2001/04/19 04:00:15 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" *************** *** 9,14 **** --- 9,15 ---- rarpd_flags=NO # for normal use: "-a" bootparamd_flags=NO # for normal use: "" rbootd_flags=NO # for normal use: "" + sshd_flags="" # for normal use: "" sendmail_flags="-q30m" # for normal use: "-bd -q30m" smtpfwdd_flags=NO # for normal use: "", and no "-bd" above. named_flags=NO # for normal use: "" *************** *** 55,61 **** 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 --- 56,61 ----