mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add mute flag for killall
This commit is contained in:
parent
a434ac40e0
commit
d2e47dde21
@ -1611,7 +1611,7 @@ function system_start_ftp_helpers() {
|
||||
require_once("interfaces.inc");
|
||||
global $config, $g;
|
||||
|
||||
mwexec("/usr/bin/killall ftpsesame");
|
||||
mwexec("/usr/bin/killall ftpsesame", true);
|
||||
|
||||
/* build an array of interfaces to work with */
|
||||
$iflist = array("lan" => "lan");
|
||||
@ -1876,4 +1876,4 @@ function set_device_perms() {
|
||||
if($g['booting']) echo ".";
|
||||
$config = parse_config();
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
@ -1223,7 +1223,7 @@ function filter_nat_rules_generate() {
|
||||
if(!$helpers)
|
||||
mwexec("/usr/sbin/inetd -wW -R 0 -a 127.0.0.1 /var/etc/inetd.conf");
|
||||
else
|
||||
mwexec("/usr/bin/killall -HUP inetd");
|
||||
mwexec("/usr/bin/killall -HUP inetd", true);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user