chiark / gitweb /
[PATCH] small udev patch
authormd@Linux.IT <md@Linux.IT>
Thu, 14 Oct 2004 03:53:52 +0000 (20:53 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:47:44 +0000 (21:47 -0700)
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.

etc/dev.d/net/hotplug.dev

index ed64c08cf274e0c944585113bd8e677e7371371d..15cc5cb52e5d9ca866bdd19d588aa5003a439a63 100644 (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