mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
dynamic dns: if we change/split these scripts, we can also rename them
".update" does not bring any value to the table, especially since there is no other script there and the intent is somewhat clear...
This commit is contained in:
parent
6e599ed47d
commit
e4113804e0
4
plist
4
plist
@ -83,7 +83,7 @@
|
||||
/usr/local/etc/rc.d/configd
|
||||
/usr/local/etc/rc.d/flowd_aggregate
|
||||
/usr/local/etc/rc.d/netflow
|
||||
/usr/local/etc/rc.dyndns.update
|
||||
/usr/local/etc/rc.dyndns
|
||||
/usr/local/etc/rc.expireaccounts
|
||||
/usr/local/etc/rc.filter_configure
|
||||
/usr/local/etc/rc.filter_synchronize
|
||||
@ -129,7 +129,7 @@
|
||||
/usr/local/etc/rc.reload_interfaces
|
||||
/usr/local/etc/rc.resolv_conf_generate
|
||||
/usr/local/etc/rc.restart_webgui
|
||||
/usr/local/etc/rc.rfc2136.update
|
||||
/usr/local/etc/rc.rfc2136
|
||||
/usr/local/etc/rc.shutdown
|
||||
/usr/local/etc/rc.sshd
|
||||
/usr/local/etc/rc.syshook
|
||||
|
||||
@ -81,7 +81,7 @@ function dyndns_cron()
|
||||
$jobs = array();
|
||||
|
||||
if (dyndns_enabled()) {
|
||||
$jobs[]['autocron'] = array('/usr/local/etc/rc.dyndns.update', '11', '1');
|
||||
$jobs[]['autocron'] = array('/usr/local/etc/rc.dyndns', '11', '1');
|
||||
}
|
||||
|
||||
return $jobs;
|
||||
|
||||
@ -78,7 +78,7 @@ function rfc2136_cron()
|
||||
$jobs = array();
|
||||
|
||||
if (rfc2136_enabled()) {
|
||||
$jobs[]['autocron'] = array('/usr/local/etc/rc.rfc2136.update', '16', '1');
|
||||
$jobs[]['autocron'] = array('/usr/local/etc/rc.rfc2136', '16', '1');
|
||||
}
|
||||
|
||||
return $jobs;
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
[reload]
|
||||
command:/usr/local/etc/rc.dyndns.update
|
||||
command:/usr/local/etc/rc.dyndns
|
||||
description:Dynamic DNS Update
|
||||
parameters:%s
|
||||
type:script
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
[reload]
|
||||
command:/usr/local/etc/rc.rfc2136.update
|
||||
command:/usr/local/etc/rc.rfc2136
|
||||
description:RFC 2136 Update
|
||||
parameters:%s
|
||||
type:script
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user