=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.152 retrieving revision 1.153 diff -c -r1.152 -r1.153 *** src/etc/rc.conf 2011/07/08 16:20:13 1.152 --- src/etc/rc.conf 2011/07/08 18:01:31 1.153 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.152 2011/07/08 16:20:13 ajacoutot Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags ldpd_flags=NO # for normal use: "" --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.153 2011/07/08 18:01:31 ajacoutot Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags ldpd_flags=NO # for normal use: "" *************** *** 92,98 **** multicast_router=NO # A multicast routing daemon will be run, e.g. mrouted # miscellaneous other flags - # only used if the appropriate server is marked YES above savecore_flags= # "-z" to compress ypserv_flags=NO # add more flags, eg. -1 for YP v1, -d for DNS etc yppasswdd_flags=NO # "-d /etc/yp" if passwd files are in /etc/yp --- 92,97 ----