Show
Ignore:
Timestamp:
10/04/07 10:08:29 (5 years ago)
Author:
andi
Message:

base root filesystem updates

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/openmct/packages/build/buildetc/src/etc/rc.d/rcS

    r457 r475  
    77 
    88echo -n "Added /usr/lib directory ... " 
    9 ldconfig -C /conf/etc/ld.so.cache -f /conf/etc/ld.so.conf -X /usr/lib 
     9ldconfig -C /etc/ld.so.cache -f /etc/ld.so.conf -X /usr/lib 
    1010echo "" 
    1111 
     
    178178 
    179179# Starting user defined startup commands 
    180 if [ -x /conf/etc/rc.d/rcS.local ]; then 
     180if [ -x /var/etc/rc.d/rcS.local ]; then 
    181181   echo -n "Starting rcS.local ... " 
    182    /bin/sh /etc/rc.d/rcS.local 
     182   /bin/sh /var/etc/rc.d/rcS.local 
    183183   echo "" 
    184184fi