From b93a513a18c0c81d65dce11da280e0d0b7f7082e Mon Sep 17 00:00:00 2001 From: Florent Thoumie Date: Mon, 14 Mar 2005 13:58:32 +0000 Subject: - Fix ${FILESDIR}/patch-aa which made theme selection impossible. PR: ports/78798 Submitted by: Greg J. (maintainer) Noticed by: Adam McDougall --- x11-wm/pekwm/files/patch-aa | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'x11-wm') diff --git a/x11-wm/pekwm/files/patch-aa b/x11-wm/pekwm/files/patch-aa index e7614ef5565e..48693ab4ce71 100644 --- a/x11-wm/pekwm/files/patch-aa +++ b/x11-wm/pekwm/files/patch-aa @@ -1,9 +1,11 @@ ---- data/scripts/pekwm_themeset.pl.orig Wed Jun 18 21:15:56 2003 -+++ data/scripts/pekwm_themeset.pl Wed Jun 18 21:16:16 2003 -@@ -46,5 +46,5 @@ - print(PKCONF @file); - close(PKCONF); - -- system("pkill -HUP pekwm"); # Make pekwm re-read it's config -+ system("killall -HUP pekwm"); # Make pekwm re-read it's config +--- data/scripts/pekwm_themeset.pl.orig Sun Feb 27 14:52:08 2005 ++++ data/scripts/pekwm_themeset.pl Sun Mar 13 16:38:13 2005 +@@ -51,7 +51,7 @@ + close $fh + or die "Failed to write $cfg_file successfully: $!\n"; + +- system 'pkill', -HUP => 'pekwm'; # tell pekwm to reread its config ++ system("killall -HUP pekwm"); # tell pekwm to reread its config } + + if( @ARGV == 1 ) { -- cgit v1.2.3