[BACK]Return to rc.conf CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/rc.conf between version 1.142 and 1.143

version 1.142, 2011/07/06 18:55:36 version 1.143, 2011/07/07 04:44:33
Line 49 
Line 49 
 ldapd_flags=NO          # for normal use: ""  ldapd_flags=NO          # for normal use: ""
 inetd_flags=""          # for normal use: ""  inetd_flags=""          # for normal use: ""
 rwhod_flags=NO          # for normal use: ""  rwhod_flags=NO          # for normal use: ""
   portmap_flags=NO        # for normal use: ""
   
 # use -u to disable chroot, see httpd(8)  # use -u to disable chroot, see httpd(8)
 httpd_flags=NO          # for normal use: "" (or "-DSSL" after reading ssl(8))  httpd_flags=NO          # for normal use: "" (or "-DSSL" after reading ssl(8))
Line 113 
Line 114 
   
 local_rcconf="/etc/rc.conf.local"  local_rcconf="/etc/rc.conf.local"
   
 unset inetd_flags rwhod_flags  unset inetd_flags rwhod_flags portmap_flags
   
 [ -f ${local_rcconf} ] && . ${local_rcconf} # Do not edit this line  [ -f ${local_rcconf} ] && . ${local_rcconf} # Do not edit this line
   
 # backward compatibility for inetd and rwhod  # backward compatibility for inetd and rwhod
 : ${inetd_flags=$([ X"${inetd-YES}" = XYES ] || echo NO)}  : ${inetd_flags=$([ X"${inetd-YES}" = XYES ] || echo NO)}
 : ${rwhod_flags=$([ X"${rwhod-NO}" = XYES ] || echo NO)}  : ${rwhod_flags=$([ X"${rwhod-NO}" = XYES ] || echo NO)}
   : ${portmap_flags=$([ X"${portmap-NO}" = XYES ] || echo NO)}

Legend:
Removed from v.1.142  
changed lines
  Added in v.1.143