From bbf51b4f83e9203deb58fc9efb7658bf74f3e7b6 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 12 Jun 2005 22:05:42 +0000 Subject: [PATCH] Correct path to killall. Duh, Scott! --- usr/local/www/status_services.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/status_services.php b/usr/local/www/status_services.php index fc9d2bfec6..49c568e1cc 100755 --- a/usr/local/www/status_services.php +++ b/usr/local/www/status_services.php @@ -73,7 +73,7 @@ if($_GET['service'] <> "") get_package_rcd_details($_GET['service'] . ".sh"); if($_GET['restartservice'] == "true") { - mwexec("/sbin/killall {$executable_name}"); + mwexec("/usr/bin/killall {$executable_name}"); mwexec("/bin/sh /usr/local/etc/rc.d/{$raw_name}.sh start"); $status = is_service_running($executable_name); if($status == 1) {