b93a513a18
PR: ports/78798 Submitted by: Greg J. <xcas@cox.net> (maintainer) Noticed by: Adam McDougall <mcdouga9@egr.msu.edu>
11 lines
375 B
Text
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 ) {
|