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

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

version 1.143, 2011/07/07 04:44:33 version 1.144, 2011/07/07 14:43:49
Line 108 
Line 108 
 shlib_dirs=                     # extra directories for ldconfig, separated  shlib_dirs=                     # extra directories for ldconfig, separated
                                 # by space                                  # by space
   
 # rc.d(8) daemons scripts  # rc.d(8) packages scripts
 # started in the specified order and stopped in reverse order  # started in the specified order and stopped in reverse order
 rc_scripts=  rc_scripts=
   
Line 118 
Line 118 
   
 [ -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, portmap 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)}  : ${portmap_flags=$([ X"${portmap-NO}" = XYES ] || echo NO)}

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