aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-03-14 13:58:32 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-03-14 13:58:32 +0000
commitb93a513a18c0c81d65dce11da280e0d0b7f7082e (patch)
tree461008fd8a7a614ddaea5dfeffc8ee298b46448f /x11-wm
parentee5e94bacc699db8a3c19b1ca607b2a7b214e4f3 (diff)
downloadports-b93a513a18c0c81d65dce11da280e0d0b7f7082e.tar.gz
ports-b93a513a18c0c81d65dce11da280e0d0b7f7082e.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/pekwm/files/patch-aa18
1 files changed, 10 insertions, 8 deletions
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 ) {