chiark / gitweb /
[PATCH] udevd - next round of fixes
[elogind.git] / udev.c
diff --git a/udev.c b/udev.c
index 4c67477c202882b6814e97c83005d822053080b8..38b26916c99a63eb1774b5bb41e8c3361363e683 100644 (file)
--- a/udev.c
+++ b/udev.c
@@ -45,7 +45,6 @@ static void sig_handler(int signum)
        switch (signum) {
                case SIGINT:
                case SIGTERM:
-               case SIGKILL:
                        sysbus_disconnect();
                        udevdb_exit();
                        exit(20 + signum);
@@ -143,7 +142,6 @@ static int udev_hotplug(int argc, char **argv)
        /* set up a default signal handler for now */
        signal(SIGINT, sig_handler);
        signal(SIGTERM, sig_handler);
-       signal(SIGKILL, sig_handler);
 
        /* initialize the naming deamon */
        namedev_init();