From d30ef6b192a39cf69f9e6037a4c984ccf533f721 Mon Sep 17 00:00:00 2001 From: "md@Linux.IT" Date: Wed, 13 Oct 2004 20:53:52 -0700 Subject: [PATCH] [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. --- etc/dev.d/net/hotplug.dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/dev.d/net/hotplug.dev b/etc/dev.d/net/hotplug.dev index ed64c08cf..15cc5cb52 100644 --- a/etc/dev.d/net/hotplug.dev +++ b/etc/dev.d/net/hotplug.dev @@ -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 -- 2.30.2