Commit 16c6d5b4 authored by Ad Schellevis's avatar Ad Schellevis

cleanup some "all" keywords in configd calls

parent fe4566b0
......@@ -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
......
......@@ -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();
......
......@@ -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 {
......
......@@ -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
......
......@@ -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');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment