summaryrefslogtreecommitdiff
path: root/config/chroot_local-patches/kdm_plymouth_hack.patch
blob: 3b81a1a4d963f2af05a217bb7cf8fafbe9f81270 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- /build/kanotix/chroot/etc/init.d/kdm	2011-09-28 03:04:16.794899000 +0200
+++ /etc/init.d/kdm	2011-09-28 04:05:22.977140278 +0200
@@ -129,8 +129,6 @@
       log_action_msg "Killing plymouth..."
       if pidof plymouthd >/dev/null; then
         /bin/plymouth --quit --wait
-        /bin/plymouth --wait
-        sleep 1
       fi
       log_daemon_msg "Starting K Display Manager" "kdm"
       if start-stop-daemon --start --quiet $SSD_ARGS -- $ARG ; then