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

Diff for /src/etc/rc between version 1.467 and 1.468

version 1.467, 2015/10/18 21:33:18 version 1.468, 2015/11/01 14:32:51
Line 468 
Line 468 
 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 -Es "`hostname` 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.467  
changed lines
  Added in v.1.468