From 5d708a122229e99d1f09f9cfd8297370e1778732 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 7 Jun 2006 17:12:17 +0000 Subject: 'upgpkg: removed the rest of 2.4 kernel' --- rc.single | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'rc.single') diff --git a/rc.single b/rc.single index 6931798..00b7da6 100755 --- a/rc.single +++ b/rc.single @@ -34,10 +34,7 @@ if [ "$PREVLEVEL" != "N" ]; then /bin/sleep 1 stat_done - if [ -e /dev/.devfsd -a -x /sbin/devfsd ]; then - # Looks like devfs is running, use it - status "Starting DevFS Daemon" /sbin/devfsd /dev - elif [ -x /etc/start_udev -a -d /sys/block ]; then + if [ -x /etc/start_udev -a -d /sys/block ]; then # We have a start_udev script and /sys appears to be mounted, use UDev status "Starting UDev Daemon" /etc/start_udev if [ "`pidof -o %PPID /sbin/udevd`" ]; then -- cgit v1.2.3