[PATCH] small udev patch

You should also remove etc/dev.d/default/dbus.dev which does not exist
anymore.

BTW, please remove etc/init.d/udev.debian because it is broken.
This commit is contained in:
md@Linux.IT 2004-10-13 20:53:52 -07:00 committed by Greg KH
parent b808414477
commit d30ef6b192

View File

@ -18,6 +18,6 @@ fi
INTERFACE=$DEVNAME
export INTERFACE
if [ -f /etc/hotplug.d/default/default.hotplug ]; then
/etc/hotplug.d/default/default.hotplug net
exec /etc/hotplug.d/default/default.hotplug net
fi