=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.79 retrieving revision 1.80 diff -c -r1.79 -r1.80 *** src/etc/rc.conf 2002/09/06 21:30:22 1.79 --- src/etc/rc.conf 2002/10/04 23:16:41 1.80 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.79 2002/09/06 21:30:22 deraadt 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.80 2002/10/04 23:16:41 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" *************** *** 11,18 **** bootparamd_flags=NO # for normal use: "" rbootd_flags=NO # for normal use: "" sshd_flags="" # for normal use: "" - smtpfwdd_flags=NO # for normal use: ""; be sure to configure smtpd(8) - # and sendmail(8) to use MSA only named_flags=NO # for normal use: "" rdate_flags=NO # for normal use: [RFC868-host] or [-n RFC1361-host] timed_flags=NO # for normal use: "" --- 11,16 ----