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

Diff for /src/etc/rc between version 1.394 and 1.395

version 1.394, 2011/10/06 20:49:25 version 1.395, 2011/10/07 16:36:26
Line 221 
Line 221 
 PATH=/sbin:/bin:/usr/sbin:/usr/bin  PATH=/sbin:/bin:/usr/sbin:/usr/bin
 export PATH  export PATH
   
   # must set the domainname before rc.conf, so YP startup choices can be made
   if [ -f /etc/defaultdomain ]; then
           domainname `stripcom /etc/defaultdomain`
   fi
   
 # pick up option configuration  # pick up option configuration
 . /etc/rc.conf  . /etc/rc.conf
   

Legend:
Removed from v.1.394  
changed lines
  Added in v.1.395