diff --git a/src/etc/rc.conf b/src/etc/rc.conf index 88783e17..ed01c751 100644 --- a/src/etc/rc.conf +++ b/src/etc/rc.conf @@ -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 @@ afsd_flags= # Flags passed to afsd 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 @@ unset inetd_flags rwhod_flags portmap_flags [ -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)}