summaryrefslogtreecommitdiff
path: root/x11-wm/pekwm/files/patch-aa
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-06-26 07:12:48 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-06-26 07:12:48 +0000
commitedb3aade8f528878cf63c687879957d95db3ac67 (patch)
treec241611f860ce20550c5f491c789e1a79127fcc9 /x11-wm/pekwm/files/patch-aa
parentUpdate idesk to 0.5.5 (diff)
Maintain-update of x11-wm/pekwm
PR: 53509 Submitted by: Anders Andersson <anders@andersa.net> (maintainer)
Notes
Notes: svn path=/head/; revision=83627
Diffstat (limited to '')
-rw-r--r--x11-wm/pekwm/files/patch-aa9
1 files changed, 9 insertions, 0 deletions
diff --git a/x11-wm/pekwm/files/patch-aa b/x11-wm/pekwm/files/patch-aa
new file mode 100644
index 000000000000..e7614ef5565e
--- /dev/null
+++ b/x11-wm/pekwm/files/patch-aa
@@ -0,0 +1,9 @@
+--- 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
+ }