Magellan Linux

Diff of /trunk/busybox-initscripts/sbin/rc-config

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 741 by niro, Mon Jun 2 22:43:29 2008 UTC revision 742 by niro, Thu Jun 19 12:37:36 2008 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2  # $Header: /home/cvsd/magellan-cvs/magellan-src/busybox-initscripts/sbin/rc-config,v 1.2 2008-06-02 22:43:29 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/busybox-initscripts/sbin/rc-config,v 1.3 2008-06-19 12:37:36 niro Exp $
3    
4  RC_INIT_BASE=${MROOT}/etc/init.d  RC_INIT_BASE=${MROOT}/etc/init.d
5  RC_EXCLUDE="rc functions template splash-functions udev"  RC_EXCLUDE="rc functions template splash-functions udev"
# Line 158  rc_service_show() Line 158  rc_service_show()
158   do   do
159   level=${i}   level=${i}
160   [[ ${i} = 7 ]] && level=sysinit   [[ ${i} = 7 ]] && level=sysinit
161     [[ ${i} = 3 ]] && level=boot
162     [[ ${i} = 0 ]] && level=shutdown
163    
164   for script in ${MROOT}/etc/rc.d/rc${level}.d/*   for script in ${MROOT}/etc/rc.d/rc${level}.d/*
165   do   do

Legend:
Removed from v.741  
changed lines
  Added in v.742