X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=blobdiff_plain;f=config-ui%2Fbrowser-switchboard-cp.c;h=7d462f5f67a00715b1bd4bd8ce21caaecdf51669;hp=10998907726c116917413170720ff41c30697ee4;hb=5b6a80da00cb250dbe07388f36a3cd0634b964a1;hpb=323bf8229e59b307f74caebcbe489dd79425a1a2;ds=sidebyside diff --git a/config-ui/browser-switchboard-cp.c b/config-ui/browser-switchboard-cp.c index 1099890..7d462f5 100644 --- a/config-ui/browser-switchboard-cp.c +++ b/config-ui/browser-switchboard-cp.c @@ -263,7 +263,7 @@ static void do_reconfig(void) { /* Try to send SIGHUP to any running browser-switchboard process This causes it to reread config files if in continuous_mode, and die so that the config will be reloaded on next start otherwise */ - system("killall -HUP browser-switchboard > /dev/null 2>&1"); + system("kill -HUP `pidof browser-switchboard` > /dev/null 2>&1"); }