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

Diff for /src/etc/rc.conf between version 1.153 and 1.154

version 1.153, 2011/07/08 18:01:31 version 1.154, 2011/07/08 21:42:52
Line 53 
Line 53 
 kadmind_flags=NO        # for normal use: ""  kadmind_flags=NO        # for normal use: ""
 kpasswdd_flags=NO       # for normal use: ""  kpasswdd_flags=NO       # for normal use: ""
 btd_flags=NO            # for normal use: ""  btd_flags=NO            # for normal use: ""
 amd_flags=NO  amd_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 125 
Line 125 
 # all the time  # all the time
 if [  X"${spamd_flags}" = X"NO" -o X"${spamd_black}" != X"NO" ]; then  if [  X"${spamd_flags}" = X"NO" -o X"${spamd_black}" != X"NO" ]; then
         spamlogd_flags=NO          spamlogd_flags=NO
   fi
   
   # special care needed for pflogd to avoid starting it up and failing
   # if pf is not enabled
   if [ X"${PF}" = X"NO" ]; then
           pflogd_flags=NO
 fi  fi
   
 # backward compatibility  # backward compatibility

Legend:
Removed from v.1.153  
changed lines
  Added in v.1.154