mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
cleanup some "all" keywords in configd calls
This commit is contained in:
parent
fe4566b001
commit
16c6d5b4d9
@ -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');
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user