X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Finit.d;h=c047f645d36a1670486140a7f541cbf8a61e6e20;hb=refs%2Ftags%2Fdebian%2F2.3.1-81;hp=c3a72e20006215b21325f9d73feee1c2e48f7e4d;hpb=a2673cf9f82250cfa4615b8afc6c3156e1c13dc0;p=debian%2Fmakedev diff --git a/debian/init.d b/debian/init.d index c3a72e2..c047f64 100644 --- a/debian/init.d +++ b/debian/init.d @@ -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