aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/pekwm/files/patch-aa
blob: 48693ab4ce71b82c164028d5e0313fbdd1161cee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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 ) {