--- trunk/magellan-initscripts/etc/rc.d/init.d/udev 2010/07/14 13:07:30 1093 +++ trunk/magellan-initscripts/etc/rc.d/init.d/udev 2010/07/14 13:09:00 1094 @@ -90,7 +90,7 @@ } # main function -start_udev() +start_devicemanager() { # check if /dev/console exists outside tmpfs [ -c /dev/console ] ; need_redirect=$? @@ -160,7 +160,7 @@ touch /dev/.udev } -stop_udev() +stop_devicemanager() { echo -e ${COLOREDSTAR}" Stopping udevd daemon ..." start-stop-daemon --stop --exec /sbin/udevd