cleanup some "all" keywords in configd calls

This commit is contained in:
Ad Schellevis 2015-04-08 19:13:13 +00:00
parent fe4566b001
commit 16c6d5b4d9
5 changed files with 5 additions and 5 deletions

View File

@ -619,7 +619,7 @@ function reload_all() {
* none
******/
function reload_interfaces() {
configd_run("interface reload all");
configd_run("interface reload");
}
/****f* legacy/reload_all_sync

View File

@ -286,7 +286,7 @@ services_dhcrelay_configure();
services_dhcrelay6_configure();
/* dyndns service updates */
configd_run("dyndns reload all");
configd_run("dyndns reload");
/* Run a filter configure now that most all services have started */
filter_configure_sync();

View File

@ -37,7 +37,7 @@ require_once("shaper.inc");
$argument = trim($argv[1], " \n");
if(empty($argument) || $argument == "all") {
if(empty($argument)) {
services_dyndns_configure();
services_dnsupdate_process();
} else {

View File

@ -4,7 +4,7 @@ parameters:%s
type:script
message:Configuring interface %s
[reload.all]
[reload]
command:/usr/local/etc/rc.reload_interfaces
parameters:
type:script

View File

@ -59,7 +59,7 @@ if ($_POST) {
$retval = system_routing_configure();
configd_run('dyndns reload all');
configd_run('dyndns reload');
configd_run('ipsecdns reload');
configd_run('filter reload');