aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2005-03-14 21:58:32 +0800
committerflz <flz@FreeBSD.org>2005-03-14 21:58:32 +0800
commit10db154dc43ee292c4ff17877211fcc74dd389ff (patch)
treea4b0a07a6fd4639636535d79876452ddc5705155 /x11-wm
parent2917e3115f044f2a12fa44545fd905ec22f60685 (diff)
downloadfreebsd-ports-gnome-10db154dc43ee292c4ff17877211fcc74dd389ff.tar.gz
freebsd-ports-gnome-10db154dc43ee292c4ff17877211fcc74dd389ff.tar.zst
freebsd-ports-gnome-10db154dc43ee292c4ff17877211fcc74dd389ff.zip
- Fix ${FILESDIR}/patch-aa which made theme selection impossible.
PR: ports/78798 Submitted by: Greg J. <xcas@cox.net> (maintainer) Noticed by: Adam McDougall <mcdouga9@egr.msu.edu>
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 ) {