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

Diff for /src/etc/rc between version 1.344 and 1.345

version 1.344, 2010/11/02 18:59:12 version 1.345, 2010/11/08 19:44:36
Line 825 
Line 825 
 # If rc.firstime exists, run it just once, and make sure it is deleted  # If rc.firstime exists, run it just once, and make sure it is deleted
 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 | mail -s 'rc.firsttime output' root          . /etc/rc.firsttime.run 2>&1 | mail -s '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.344  
changed lines
  Added in v.1.345