diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2011-07-07 14:43:50 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2011-07-07 14:43:50 +0000 |
commit | 139cc2deab635fa8b726e6160c721976f9269c3e (patch) | |
tree | af3b604a94ba5b9151f05c875f26704a9cb8fd59 /etc/rc.conf | |
parent | abb44b25f24931aeec1825cceafb95f2057e6bd8 (diff) |
Sync comments with reality.
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 88783e17894..ed01c751618 100644 --- a/etc/rc.conf +++ b/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)} |