Magellan Linux

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

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

revision 431 by niro, Tue Mar 6 00:10:26 2007 UTC revision 514 by niro, Fri Aug 17 22:07:29 2007 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/rc,v 1.14 2007-03-06 00:10:26 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/rc.d/init.d/rc,v 1.15 2007-08-17 22:07:29 niro Exp $
3    
4  source /etc/sysconfig/rc  source /etc/sysconfig/rc
5  source $rc_functions  source $rc_functions
# Line 72  seed_dev() Line 72  seed_dev()
72   # copy over any persistant things   # copy over any persistant things
73   if [[ -d /lib/udev/devices ]]   if [[ -d /lib/udev/devices ]]
74   then   then
75   cp --preserve=all --recursive --update /lib/udev/devices/* /dev   cp --preserve=all --recursive --update /lib/udev/devices/* /dev 2>/dev/null
76   fi   fi
77    
78   # not provided by sysfs but needed   # not provided by sysfs but needed
# Line 215  then Line 215  then
215   fi   fi
216   evaluate_retval   evaluate_retval
217    
218     /lib/udev/write_root_link_rule
219   populate_udev   populate_udev
220    
221   # create nodes that udev can't   # create nodes that udev can't

Legend:
Removed from v.431  
changed lines
  Added in v.514