=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.42 retrieving revision 1.43 diff -c -r1.42 -r1.43 *** src/etc/rc.conf 2000/01/02 14:25:07 1.42 --- src/etc/rc.conf 2000/02/19 14:36:02 1.43 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.42 2000/01/02 14:25:07 itojun 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.43 2000/02/19 14:36:02 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" *************** *** 51,57 **** inetd=YES # almost always needed 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 --- 51,57 ---- 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