Browse Source

Sync comments with reality.

OPENBSD_5_0
ajacoutot 13 years ago
parent
commit
fd33fda085
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/etc/rc.conf

+ 3
- 3
src/etc/rc.conf View File

@ -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)}

Loading…
Cancel
Save