From: Steven Luo Date: Fri, 18 Dec 2009 11:41:06 +0000 (-0800) Subject: config-ui: Teach UI how to HUP C browser-switchboards X-Git-Tag: v3.0~8 X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=commitdiff_plain;h=323bf8229e59b307f74caebcbe489dd79425a1a2;ds=inline config-ui: Teach UI how to HUP C browser-switchboards --- diff --git a/config-ui/browser-switchboard-cp.c b/config-ui/browser-switchboard-cp.c index bee946b..1099890 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("kill -HUP `busybox ps | fgrep 'python /usr/bin/browser-switchboard' | fgrep -v grep | awk '{ print $1 }'` > /dev/null 2>&1"); + system("killall -HUP browser-switchboard > /dev/null 2>&1"); }