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

Diff for /src/etc/rc between version 1.391 and 1.392

version 1.391, 2011/07/20 10:00:13 version 1.392, 2011/07/28 19:09:16
Line 515 
Line 515 
 if [ -f /etc/rc.firsttime ]; then  if [ -f /etc/rc.firsttime ]; then
         mv /etc/rc.firsttime /etc/rc.firsttime.run          mv /etc/rc.firsttime /etc/rc.firsttime.run
         . /etc/rc.firsttime.run 2>&1 | tee /dev/tty |          . /etc/rc.firsttime.run 2>&1 | tee /dev/tty |
                 mail -s 'rc.firsttime output' root >/dev/null                  mail -Es "`hostname` rc.firsttime output" root >/dev/null
 fi  fi
 rm -f /etc/rc.firsttime.run  rm -f /etc/rc.firsttime.run
   

Legend:
Removed from v.1.391  
changed lines
  Added in v.1.392