Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
590f006d
Commit
590f006d
authored
Apr 07, 2015
by
Ad Schellevis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup configd commands (dyndns)
parent
9a0c0741
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
15 deletions
+9
-15
interfaces.inc
src/etc/inc/interfaces.inc
+1
-1
rc.bootup
src/etc/rc.bootup
+1
-1
actions_dyndns.conf
src/opnsense/service/conf/actions.d/actions_dyndns.conf
+6
-0
actions_service.conf
src/opnsense/service/conf/actions_service.conf
+0
-12
system_gateway_groups.php
src/www/system_gateway_groups.php
+1
-1
No files found.
src/etc/inc/interfaces.inc
View file @
590f006d
...
...
@@ -3169,7 +3169,7 @@ function interface_configure($interface = "wan", $reloadall = false, $linkupeven
services_unbound_configure
();
/* update dyndns */
configd_run
(
"
service reload dyndns
{
$interface
}
"
);
configd_run
(
"
dyndns reload
{
$interface
}
"
);
/* XXX: which CPZONE? Needed? */
/* reload captive portal */
...
...
src/etc/rc.bootup
View file @
590f006d
...
...
@@ -286,7 +286,7 @@ services_dhcrelay_configure();
services_dhcrelay6_configure
();
/* dyndns service updates */
configd_run
(
"
service reload dyndns
all"
);
configd_run
(
"
dyndns reload
all"
);
/* Run a filter configure now that most all services have started */
filter_configure_sync
();
...
...
src/opnsense/service/conf/actions.d/actions_dyndns.conf
0 → 100644
View file @
590f006d
[
reload
]
command
:/
usr
/
local
/
etc
/
rc
.
dyndns
.
update
parameters
:%
s
type
:
script
message
:
updating
dyndns
%
s
src/opnsense/service/conf/actions_service.conf
View file @
590f006d
...
...
@@ -28,18 +28,6 @@ parameters:%s
type
:
script
message
:
Restarting
OpenVPN
tunnels
/
interfaces
%
s
[
reload
|
restart
.
dyndns
]
command
:/
usr
/
local
/
etc
/
rc
.
dyndns
.
update
parameters
:%
s
type
:
script
message
:
updating
dyndns
%
s
[
reload
|
restart
.
dyndnsall
]
command
:/
usr
/
local
/
etc
/
rc
.
dyndns
.
update
parameters
:
type
:
script
message
:
Updating
all
dyndns
[
reload
|
restart
.
ntpd
]
command
:/
usr
/
bin
/
killall
ntpd
; /
bin
/
sleep
3
; /
usr
/
local
/
sbin
/
ntpd
-
s
-
f
/
var
/
etc
/
ntpd
.
conf
parameters
:
...
...
src/www/system_gateway_groups.php
View file @
590f006d
...
...
@@ -59,7 +59,7 @@ if ($_POST) {
$retval
=
system_routing_configure
();
configd_run
(
'
service reload dyndns
all'
);
configd_run
(
'
dyndns reload
all'
);
configd_run
(
'service reload ipsecdns'
);
configd_run
(
'filter reload'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment