From: Ivan Denisov Date: Sat, 15 Sep 2012 10:01:12 +0000 (+0800) Subject: pkill in stop X-Git-Url: https://deadsoftware.ru/gitweb?a=commitdiff_plain;ds=sidebyside;h=c9ccc1ea85033cc6102604a02d53fae179bcd349;p=bbcp.git pkill in stop --- diff --git a/System/Code/Init.ocf b/System/Code/Init.ocf index 50cadd3..897e172 100644 Binary files a/System/Code/Init.ocf and b/System/Code/Init.ocf differ diff --git a/System/Mod/Init.odc b/System/Mod/Init.odc index 9b19294..26f98fb 100644 Binary files a/System/Mod/Init.odc and b/System/Mod/Init.odc differ diff --git a/stop b/stop index 47df576..0396b0f 100644 --- a/stop +++ b/stop @@ -1,4 +1,2 @@ #!/bin/sh -# sudo pkill -x blackbox -kill `ps -ef | grep blackbox | grep -v grep | awk '{ print $2 }' - +pkill -x blackbox