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

Diff for /src/etc/rc.conf between version 1.150 and 1.151

version 1.150, 2011/07/08 02:15:34 version 1.151, 2011/07/08 04:54:12
Line 122 
Line 122 
   
 [ -f ${local_rcconf} ] && . ${local_rcconf} # Do not edit this line  [ -f ${local_rcconf} ] && . ${local_rcconf} # Do not edit this line
   
   # special care needed for spamlogd to avoid starting it up and failing
   # all the time
   if [  X"${spamd_flags}" = X"NO" -o X"${spamd_black}" != X"NO" ]; then
           spamlogd_flags=NO
   fi
   
 # backward compatibility  # backward compatibility
 : ${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)}

Legend:
Removed from v.1.150  
changed lines
  Added in v.1.151