From 8bfb5aad78b87135bd43cef34b8be1da87aaece5 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Thu, 8 Apr 2010 22:00:22 +0200 Subject: [PATCH] .xinitrc: Fixed kill-command for pndnotifyd --- recipes/pandora-system/pandora-skel/.xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/pandora-system/pandora-skel/.xinitrc b/recipes/pandora-system/pandora-skel/.xinitrc index 77a9664..803ac6d 100644 --- a/recipes/pandora-system/pandora-skel/.xinitrc +++ b/recipes/pandora-system/pandora-skel/.xinitrc @@ -42,7 +42,7 @@ fi xmodmap ~/.pndXmodmap # HUP pndnotifyd to make sure it picks up the users home. -kill -1 pndnotifyd & +killall -1 pndnotifyd & # The following variable defines the session which is started if the user # doesn't explicitely select a session in SLiM. -- 2.39.5