freebsd-ports/x11-wm/pekwm/files/patch-aa
Florent Thoumie b93a513a18 - 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>
2005-03-14 13:58:32 +00:00

11 lines
375 B
Text

--- 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 ) {