Imported Debian patch 2.3.1-81
[debian/makedev] / debian / init.d
index c3a72e20006215b21325f9d73feee1c2e48f7e4d..c047f645d36a1670486140a7f541cbf8a61e6e20 100644 (file)
@@ -16,7 +16,7 @@ case "$1" in
        # recreation of the devices (MAKEDEV dvb checks the kernel-version 
        # and uses the correct major-number))
        
-       if [ ! -e /dev/.devfsd -a ! -e /dev/.udevdb ]; then
+       if [ ! -e /dev/.devfsd -a ! -e /dev/.udevdb -a ! -e /dev/.udev ]; then
                if [ -d /dev/dvb ]; then
                        cd /dev && ./MAKEDEV dvb
                fi