diff options
author | 2011-07-07 14:43:49 +0000 | |
---|---|---|
committer | 2011-07-07 14:43:49 +0000 | |
commit | b3b5af78ffda14c42c4b166a08093a4a11ae6c1d (patch) | |
tree | 09773c70355059d74573ed4c07c22212090b876d | |
parent | fix typos; while here, improve spacing in comments. (diff) | |
download | wireguard-openbsd-b3b5af78ffda14c42c4b166a08093a4a11ae6c1d.tar.xz wireguard-openbsd-b3b5af78ffda14c42c4b166a08093a4a11ae6c1d.zip |
Sync comments with reality.
-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)} |