From 0ab6be1c8172947aa8930d65f3d878f1737f0d75 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 10 Aug 2009 16:18:51 +0000 Subject: [PATCH] * Restarting dbus no longer seems to kill the X server. svn path=/nixos/trunk/; revision=16650 --- modules/system/activation/switch-to-configuration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/activation/switch-to-configuration.sh b/modules/system/activation/switch-to-configuration.sh index 6cd5d6aff97..3d084f92ff8 100644 --- a/modules/system/activation/switch-to-configuration.sh +++ b/modules/system/activation/switch-to-configuration.sh @@ -85,7 +85,7 @@ EOF # Hack: skip the sys-* and ctrl-alt-delete events. # Another hack: don't restart the X server (that would kill all the clients). - if echo "$event" | grep -q "^sys-\|^ctrl-\|^xserver\|^dbus"; then continue; fi + if echo "$event" | grep -q "^sys-\|^ctrl-\|^xserver"; then continue; fi if ! test -e "$oldEvents/$event"; then echo "starting $event..."