=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.143 retrieving revision 1.144 diff -u -r1.143 -r1.144 --- src/etc/rc.conf 2011/07/07 04:44:33 1.143 +++ src/etc/rc.conf 2011/07/07 14:43:49 1.144 @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.143 2011/07/07 04:44:33 robert Exp $ +# $OpenBSD: rc.conf,v 1.144 2011/07/07 14:43:49 ajacoutot Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags ldpd_flags=NO # for normal use: "" @@ -108,7 +108,7 @@ shlib_dirs= # extra directories for ldconfig, separated # by space -# rc.d(8) daemons scripts +# rc.d(8) packages scripts # started in the specified order and stopped in reverse order rc_scripts= @@ -118,7 +118,7 @@ [ -f ${local_rcconf} ] && . ${local_rcconf} # Do not edit this line -# backward compatibility for inetd and rwhod +# backward compatibility for inetd, portmap and rwhod : ${inetd_flags=$([ X"${inetd-YES}" = XYES ] || echo NO)} : ${rwhod_flags=$([ X"${rwhod-NO}" = XYES ] || echo NO)} : ${portmap_flags=$([ X"${portmap-NO}" = XYES ] || echo NO)}