=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.30 retrieving revision 1.31 diff -c -r1.30 -r1.31 *** src/etc/rc.conf 1998/09/17 03:46:34 1.30 --- src/etc/rc.conf 1998/09/18 23:52:01 1.31 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.30 1998/09/17 03:46:34 pattonme 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.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" *************** *** 37,42 **** --- 37,43 ---- 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 # miscellaneous other flags # only used if the appropriate server is marked YES above