=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.151 retrieving revision 1.152 diff -c -r1.151 -r1.152 *** src/etc/rc.conf 2011/07/08 04:54:12 1.151 --- src/etc/rc.conf 2011/07/08 16:20:13 1.152 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.151 2011/07/08 04:54:12 robert 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.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: "" *************** *** 112,118 **** # rc.d(8) packages scripts # started in the specified order and stopped in reverse order ! rc_scripts= local_rcconf="/etc/rc.conf.local" --- 112,118 ---- # rc.d(8) packages scripts # started in the specified order and stopped in reverse order ! pkg_scripts= local_rcconf="/etc/rc.conf.local"