Magellan Linux

Diff of /trunk/magellan-initscripts/etc/rc.d/init.d/hotplug

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

revision 113 by niro, Tue Mar 15 19:07:56 2005 UTC revision 114 by niro, Sat Jul 2 17:09:17 2005 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2  # $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/rc.d/init.d/hotplug,v 1.2 2005-03-15 19:07:56 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/rc.d/init.d/hotplug,v 1.3 2005-07-02 17:09:17 niro Exp $
3    
4  #%rlevels: 0:k 1:k 6:k 7:s  #%rlevels: 0:k 1:k 6:k 7:s
5  #%start: 56  #%start: 56
# Line 31  case $1 in Line 31  case $1 in
31   update_svcstatus $1   update_svcstatus $1
32   splash svc_started "$(basename $0)" 0   splash svc_started "$(basename $0)" 0
33   ;;   ;;
34        
35   stop)   stop)
36   for i in /etc/hotplug/*.rc   for i in /etc/hotplug/*.rc
37   do   do

Legend:
Removed from v.113  
changed lines
  Added in v.114