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() { ...@@ -619,7 +619,7 @@ function reload_all() {
* none * none
******/ ******/
function reload_interfaces() { function reload_interfaces() {
configd_run("interface reload all"); configd_run("interface reload");
} }
/****f* legacy/reload_all_sync /****f* legacy/reload_all_sync
......
...@@ -286,7 +286,7 @@ services_dhcrelay_configure(); ...@@ -286,7 +286,7 @@ services_dhcrelay_configure();
services_dhcrelay6_configure(); services_dhcrelay6_configure();
/* dyndns service updates */ /* dyndns service updates */
configd_run("dyndns reload all"); configd_run("dyndns reload");
/* Run a filter configure now that most all services have started */ /* Run a filter configure now that most all services have started */
filter_configure_sync(); filter_configure_sync();
......
...@@ -37,7 +37,7 @@ require_once("shaper.inc"); ...@@ -37,7 +37,7 @@ require_once("shaper.inc");
$argument = trim($argv[1], " \n"); $argument = trim($argv[1], " \n");
if(empty($argument) || $argument == "all") { if(empty($argument)) {
services_dyndns_configure(); services_dyndns_configure();
services_dnsupdate_process(); services_dnsupdate_process();
} else { } else {
......
...@@ -4,7 +4,7 @@ parameters:%s ...@@ -4,7 +4,7 @@ parameters:%s
type:script type:script
message:Configuring interface %s message:Configuring interface %s
[reload.all] [reload]
command:/usr/local/etc/rc.reload_interfaces command:/usr/local/etc/rc.reload_interfaces
parameters: parameters:
type:script type:script
......
...@@ -59,7 +59,7 @@ if ($_POST) { ...@@ -59,7 +59,7 @@ if ($_POST) {
$retval = system_routing_configure(); $retval = system_routing_configure();
configd_run('dyndns reload all'); configd_run('dyndns reload');
configd_run('ipsecdns reload'); configd_run('ipsecdns reload');
configd_run('filter 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