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

Diff for /src/etc/rc between version 1.141 and 1.142

version 1.141, 2000/06/14 15:50:55 version 1.142, 2000/06/18 22:58:42
Line 159 
Line 159 
 fi  fi
 syslogd ${syslogd_flags}  syslogd ${syslogd_flags}
   
 # /etc/ifaliases, if it exists, contains the names of additional IP  
 # addresses for each interface. It is formatted as a series of lines  
 # that contain  
 #       interface address netmask  
 if [ -f /etc/ifaliases ]; then  
 (  
         # delete comments and blank lines  
         set -- `stripcom /etc/ifaliases`  
         while [ $# -ge 3 ] ; do  
                 ifconfig $1 inet alias $2 netmask $3  
                 route -n add -host $2 localhost  
                 shift 3  
         done  
 )  
 fi  
   
 # $named_flags, $named_user, and $named_chroot are imported from /etc/rc.conf;  # $named_flags, $named_user, and $named_chroot are imported from /etc/rc.conf;
 # if $named_flags != NO, named is run.  # if $named_flags != NO, named is run.
 if [ "X${named_flags}" != X"NO" ]; then  if [ "X${named_flags}" != X"NO" ]; then

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