Magellan Linux

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

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

revision 931 by niro, Thu Nov 5 12:57:14 2009 UTC revision 973 by niro, Sun Apr 25 15:05:26 2010 UTC
# Line 123  start_udev() Line 123  start_udev()
123   print_status failure   print_status failure
124   fi   fi
125    
126     # load unix domain sockets if built as module
127     if [ -e /proc/modules ]
128     then
129     modprobe -q unix 2>/dev/null
130     fi
131    
132   echo -e ${COLOREDSTAR}"  Starting udevd daemon ..."   echo -e ${COLOREDSTAR}"  Starting udevd daemon ..."
133   if [ ${need_redirect} -eq 1 ]   if [ ${need_redirect} -eq 1 ]
134   then   then

Legend:
Removed from v.931  
changed lines
  Added in v.973