=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.23 retrieving revision 1.24 diff -c -r1.23 -r1.24 *** src/etc/rc.conf 1998/06/15 18:41:14 1.23 --- src/etc/rc.conf 1998/08/18 23:11:16 1.24 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.23 1998/06/15 18:41:14 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.24 1998/08/18 23:11:16 marc Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for 'normal' use: routed_flags="-q" *************** *** 35,40 **** --- 35,41 ---- lpd=NO # printing daemons check_quotas=YES # NO may be desireable in some YP environments sshd=YES # run sshd if it exists + apmd=NO # run apmd if it exists # miscellaneous other flags # only used if the appropriate server is marked YES above