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

Diff for /src/etc/rc between version 1.334 and 1.335

version 1.334, 2009/12/04 21:58:41 version 1.335, 2010/01/04 18:03:30
Line 779 
Line 779 
         # Remember to enable hpropd in inetd.conf          # Remember to enable hpropd in inetd.conf
 fi  fi
   
   # If rc.firstime exists, run it just once, and make sure it is deleted
   if [ -f /etc/rc.firsttime ]; then
           mv /etc/rc.firsttime /etc/rc.firsttime.run
           . /etc/rc.firsttime.run 2>&1 | mail -s 'rc.firsttime output' root
   fi
   rm -f /etc/rc.firsttime.run
   
 [ -f /etc/rc.local ] && . /etc/rc.local  [ -f /etc/rc.local ] && . /etc/rc.local
   
 echo -n standard daemons:  echo -n standard daemons:

Legend:
Removed from v.1.334  
changed lines
  Added in v.1.335