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
ce6c7135
Commit
ce6c7135
authored
Dec 09, 2014
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
etc: rc scripts are cleared out now
parent
528679c0
Changes
26
Hide whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
21 additions
and
310 deletions
+21
-310
gitsync
etc/phpshellsessions/gitsync
+1
-1
rc.captiveportal_configure
etc/rc.captiveportal_configure
+0
-40
rc.dhclient_cron
etc/rc.dhclient_cron
+0
-53
rc.filter_configure
etc/rc.filter_configure
+0
-43
rc.interfaces_carp_configure
etc/rc.interfaces_carp_configure
+0
-39
rc.interfaces_lan_configure
etc/rc.interfaces_lan_configure
+0
-39
rc.interfaces_opt_configure
etc/rc.interfaces_opt_configure
+0
-41
rc.nanobsd_switch_boot_slice
etc/rc.nanobsd_switch_boot_slice
+0
-27
captiveportal.inc
usr/local/etc/inc/captiveportal.inc
+1
-1
filter.inc
usr/local/etc/inc/filter.inc
+1
-1
rc
usr/local/etc/rc
+3
-3
rc.create_full_backup
usr/local/etc/rc.create_full_backup
+0
-0
rc.disable_hdd_apm
usr/local/etc/rc.disable_hdd_apm
+0
-0
rc.expireaccounts
usr/local/etc/rc.expireaccounts
+0
-0
rc.filter_configure_sync
usr/local/etc/rc.filter_configure_sync
+1
-4
rc.filter_configure_xmlrpc
usr/local/etc/rc.filter_configure_xmlrpc
+1
-1
rc.filter_synchronize
usr/local/etc/rc.filter_synchronize
+0
-0
rc.firmware
usr/local/etc/rc.firmware
+1
-1
rc.interfaces_wan_configure
usr/local/etc/rc.interfaces_wan_configure
+1
-4
rc.newipsecdns
usr/local/etc/rc.newipsecdns
+0
-0
rc.newroutedns
usr/local/etc/rc.newroutedns
+0
-0
rc.prunecaptiveportal
usr/local/etc/rc.prunecaptiveportal
+1
-2
actions_filter.conf
usr/local/opnsense/service/conf/actions_filter.conf
+4
-4
actions_interface.conf
usr/local/opnsense/service/conf/actions_interface.conf
+3
-3
actions_service.conf
usr/local/opnsense/service/conf/actions_service.conf
+2
-2
system_firmware_restorefullbackup.php
usr/local/www/system_firmware_restorefullbackup.php
+1
-1
No files found.
etc/phpshellsessions/gitsync
View file @
ce6c7135
...
...
@@ -375,7 +375,7 @@ function post_cvssync_commands() {
convert_config();
echo "===> Configuring filter...";
exec("/etc/rc.filter_configure_sync");
exec("/
usr/local/
etc/rc.filter_configure_sync");
exec("pfctl -f /tmp/rules.debug");
echo "\n";
...
...
etc/rc.captiveportal_configure
deleted
100755 → 0
View file @
528679c0
#!/usr/local/bin/php -f
<?php
/* $Id$ */
/*
rc.captiveportal_configure
part of pfSense (https://www.pfsense.org)
Copyright (C) 2004 Scott Ullrich
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
require
(
"config.inc"
);
require
(
"functions.inc"
);
require_once
(
"filter.inc"
);
require
(
"shaper.inc"
);
require
(
"captiveportal.inc"
);
captiveportal_configure
();
?>
etc/rc.dhclient_cron
deleted
100755 → 0
View file @
528679c0
#!/usr/local/bin/php -f
<?php
/* $Id$ */
/*
rc.dhclient_cron
part of pfSense (https://www.pfsense.org)
Copyright (C) 2006 Scott Ullrich
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
require_once
(
"config.inc"
);
require_once
(
"functions.inc"
);
/* invalidate cache */
vc_invalidate
();
unlink_if_exists
(
"/tmp/config.cache"
);
$iflist
=
get_configured_interface_with_descr
();
foreach
(
$iflist
as
$ifname
=>
$interface
)
{
$real_interface
=
get_real_interface
(
$ifname
);
if
(
$config
[
'interfaces'
][
$ifname
][
'ipaddr'
]
==
"dhcp"
)
{
$pid
=
find_dhclient_process
(
$real_interface
);
if
(
$pid
==
0
or
!
$pid
)
{
/* dhclient is not running for interface, kick it */
log_error
(
"DHCLIENT was not running for
{
$real_interface
}
... Launching new instance."
);
exec
(
"/sbin/dhclient
$real_interface
"
);
}
}
}
?>
etc/rc.filter_configure
deleted
100755 → 0
View file @
528679c0
#!/usr/local/bin/php -f
<?php
/* $Id$ */
/*
rc.filter_configure
part of pfSense (https://www.pfsense.org)
Copyright (C) 2004 Scott Ullrich
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
require_once
(
"config.inc"
);
require_once
(
"functions.inc"
);
require_once
(
"filter.inc"
);
require_once
(
"shaper.inc"
);
/* invalidate interface cache */
get_interface_arr
(
true
);
unlink_if_exists
(
"/tmp/config.cache"
);
filter_configure
();
?>
\ No newline at end of file
etc/rc.interfaces_carp_configure
deleted
100755 → 0
View file @
528679c0
#!/usr/local/bin/php -f
<?php
/* $Id$ */
/*
rc.interfaces_carp_configure
part of pfSense (https://www.pfsense.org)
Copyright (C) 2004 Scott Ullrich
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
require_once
(
"config.inc"
);
require_once
(
"functions.inc"
);
require_once
(
"filter.inc"
);
require_once
(
"shaper.inc"
);
interfaces_carp_configure
();
?>
\ No newline at end of file
etc/rc.interfaces_lan_configure
deleted
100755 → 0
View file @
528679c0
#!/usr/local/bin/php -f
<?php
/* $Id$ */
/*
rc.interfaces_lan_configure
part of pfSense (https://www.pfsense.org)
Copyright (C) 2004 Scott Ullrich
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
require_once
(
"config.inc"
);
require_once
(
"functions.inc"
);
require_once
(
"filter.inc"
);
require_once
(
"shaper.inc"
);
interface_configure
(
"lan"
);
?>
etc/rc.interfaces_opt_configure
deleted
100755 → 0
View file @
528679c0
#!/usr/local/bin/php -f
<?php
/* $Id$ */
/*
rc.interfaces_opt_configure
part of pfSense (https://www.pfsense.org)
Copyright (C) 2004 Scott Ullrich
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
require_once
(
"config.inc"
);
require_once
(
"functions.inc"
);
require_once
(
"filter.inc"
);
require_once
(
"shaper.inc"
);
require_once
(
"vpn.inc"
);
require_once
(
"captiveportal.inc"
);
interfaces_configure
();
?>
etc/rc.nanobsd_switch_boot_slice
deleted
100755 → 0
View file @
528679c0
#!/usr/local/bin/php -q
<?php
require_once
(
"globals.inc"
);
require_once
(
"config.inc"
);
require_once
(
"pfsense-utils.inc"
);
global
$g
;
global
$SLICE
,
$OLDSLICE
,
$TOFLASH
,
$COMPLETE_PATH
,
$COMPLETE_BOOT_PATH
;
global
$GLABEL_SLICE
,
$UFS_ID
,
$OLD_UFS_ID
,
$BOOTFLASH
;
global
$BOOT_DEVICE
,
$REAL_BOOT_DEVICE
,
$BOOT_DRIVE
,
$ACTIVE_SLICE
;
nanobsd_detect_slice_info
();
if
(
$g
[
'platform'
]
!=
"nanobsd"
)
{
echo
"This script can only be used on NanoBSD (embedded) images.
\n
"
;
exit
(
1
);
}
echo
"Boot slice :
{
$BOOTFLASH
}
(
{
$BOOT_DEVICE
}
)
\n
"
;
echo
"Active slice:
{
$ACTIVE_SLICE
}
\n\n
"
;
echo
"Switching active slice..."
;
nanobsd_switch_boot_slice
();
echo
"Done.
\n\n
"
;
nanobsd_detect_slice_info
();
echo
"Boot slice :
{
$BOOTFLASH
}
(
{
$BOOT_DEVICE
}
)
\n
"
;
echo
"Active slice:
{
$ACTIVE_SLICE
}
\n\n
"
;
?>
\ No newline at end of file
usr/local/etc/inc/captiveportal.inc
View file @
ce6c7135
...
...
@@ -326,7 +326,7 @@ EOD;
/* start pruning process (interval defaults to 60 seconds) */
mwexec
(
"/usr/local/bin/minicron
$croninterval
{
$g
[
'varrun_path'
]
}
/cp_prunedb_
{
$cpzone
}
.pid "
.
"/etc/rc.prunecaptiveportal
{
$cpzone
}
"
);
"/
usr/local/
etc/rc.prunecaptiveportal
{
$cpzone
}
"
);
/* generate radius server database */
unlink_if_exists
(
"
{
$g
[
'vardb_path'
]
}
/captiveportal_radius_
{
$cpzone
}
.db"
);
...
...
usr/local/etc/inc/filter.inc
View file @
ce6c7135
...
...
@@ -3377,7 +3377,7 @@ function filter_tdr_install_cron($should_install) {
$cron_item
[
'month'
]
=
"*"
;
$cron_item
[
'wday'
]
=
"*"
;
$cron_item
[
'who'
]
=
"root"
;
$cron_item
[
'command'
]
=
"/etc/rc.filter_configure_sync"
;
$cron_item
[
'command'
]
=
"/
usr/local/
etc/rc.filter_configure_sync"
;
$config
[
'cron'
][
'item'
][]
=
$cron_item
;
write_config
(
gettext
(
"Installed 15 minute filter reload for Time Based Rules"
));
configure_cron
();
...
...
usr/local/etc/rc
View file @
ce6c7135
...
...
@@ -130,8 +130,8 @@ fi
/bin/rm
-f
/root/TRIM_unset
# Disable APM on ATA drives. Leaving this on will kill drives long-term, especially laptop drives, by generating excessive Load Cycles.
if
[
-f
/etc/rc.disable_hdd_apm
]
;
then
/etc/rc.disable_hdd_apm
if
[
-f
/
usr/local/
etc/rc.disable_hdd_apm
]
;
then
/
usr/local/
etc/rc.disable_hdd_apm
fi
#Eject CD devices on 3G modems
...
...
@@ -411,7 +411,7 @@ echo "done."
/usr/local/bin/minicron 240
$varrunpath
/ping_hosts.pid /usr/local/bin/ping_hosts.sh
# Start account expire handler every hour
/usr/local/bin/minicron 3600
$varrunpath
/expire_accounts.pid /etc/rc.expireaccounts
/usr/local/bin/minicron 3600
$varrunpath
/expire_accounts.pid /
usr/local/
etc/rc.expireaccounts
# Start alias url updater every 24 hours
/usr/local/bin/minicron 86400
$varrunpath
/update_alias_url_data.pid /usr/local/etc/rc.update_alias_url_data
...
...
etc/rc.create_full_backup
→
usr/local/
etc/rc.create_full_backup
View file @
ce6c7135
File moved
etc/rc.disable_hdd_apm
→
usr/local/
etc/rc.disable_hdd_apm
View file @
ce6c7135
File moved
etc/rc.expireaccounts
→
usr/local/
etc/rc.expireaccounts
View file @
ce6c7135
File moved
etc/rc.filter_configure_sync
→
usr/local/
etc/rc.filter_configure_sync
View file @
ce6c7135
#!/usr/local/bin/php -f
<?php
/* $Id$ */
/*
rc.filter_configure_sync
part of pfSense (https://www.pfsense.org)
Copyright (C) 2004 Scott Ullrich
All rights reserved.
...
...
@@ -37,5 +36,3 @@ require_once("ipsec.inc");
require_once
(
"vpn.inc"
);
filter_configure_sync
();
?>
etc/rc.filter_configure_xmlrpc
→
usr/local/
etc/rc.filter_configure_xmlrpc
View file @
ce6c7135
#!/usr/local/bin/php -f
<?php
/*
rc.filter_configure_xmlrpc
Copyright (C) 2004-2006 Scott Ullrich
Copyright (C) 2005 Bill Marquette
Copyright (C) 2006 Peter Allgeyer
...
...
etc/rc.filter_synchronize
→
usr/local/
etc/rc.filter_synchronize
View file @
ce6c7135
File moved
usr/local/etc/rc.firmware
View file @
ce6c7135
...
...
@@ -397,7 +397,7 @@ pfSenseupgrade)
if
[
-f
/tmp/perform_full_backup.txt
]
;
then
echo
"Performing full backup"
>>
/conf/upgrade_log.txt
/etc/rc.create_full_backup
/
usr/local/
etc/rc.create_full_backup
rm
/tmp/perform_full_backup.txt
fi
...
...
etc/rc.interfaces_wan_configure
→
usr/local/
etc/rc.interfaces_wan_configure
View file @
ce6c7135
#!/usr/local/bin/php -f
<?php
/* $Id$ */
/*
rc.interfaces_wan_configure
part of pfSense (https://www.pfsense.org)
Copyright (C) 2004 Scott Ullrich
All rights reserved.
...
...
@@ -44,5 +43,3 @@ else {
if
(
!
empty
(
$config
[
'interfaces'
][
$argument
]))
interface_configure
(
$argument
);
}
?>
etc/rc.newipsecdns
→
usr/local/
etc/rc.newipsecdns
View file @
ce6c7135
File moved
etc/rc.newroutedns
→
usr/local/
etc/rc.newroutedns
View file @
ce6c7135
File moved
etc/rc.prunecaptiveportal
→
usr/local/
etc/rc.prunecaptiveportal
View file @
ce6c7135
#!/usr/local/bin/php -f
<?php
/* $Id$ */
/*
rc.prunecaptiveportal
part of m0n0wall (http://m0n0.ch/wall)
Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
...
...
usr/local/opnsense/service/conf/actions_filter.conf
View file @
ce6c7135
[
reload
]
command
:/
etc
/
rc
.
filter_configure_sync
command
:/
usr
/
local
/
etc
/
rc
.
filter_configure_sync
parameters
:
type
:
script
message
:
Reloading
filter
[
reconfigure
]
command
:/
etc
/
rc
.
filter_configure_sync
command
:/
usr
/
local
/
etc
/
rc
.
filter_configure_sync
parameters
:
type
:
script
message
:
Reloading
filter
[
restart
]
command
:/
etc
/
rc
.
filter_configure_sync
command
:/
usr
/
local
/
etc
/
rc
.
filter_configure_sync
parameters
:
type
:
script
message
:
Reloading
filter
[
sync
]
command
:/
etc
/
rc
.
filter_synchronize
command
:/
usr
/
local
/
etc
/
rc
.
filter_synchronize
parameters
:
type
:
script
message
:
Syncing
firewall
...
...
usr/local/opnsense/service/conf/actions_interface.conf
View file @
ce6c7135
...
...
@@ -17,13 +17,13 @@ type:script
message
:
Reloading
interfaces
[
reconfigure
]
command
:/
etc
/
rc
.
interfaces_wan_configure
command
:/
usr
/
local
/
etc
/
rc
.
interfaces_wan_configure
parameters
:%
s
type
:
script
message
:
Configuring
interface
%
s
[
restart
]
command
:/
etc
/
rc
.
interfaces_wan_configure
command
:/
usr
/
local
/
etc
/
rc
.
interfaces_wan_configure
parameters
:%
s
type
:
script
message
:
Configuring
interface
%
s
...
...
@@ -41,7 +41,7 @@ type:script
message
:
rc
.
newwanipv6
starting
%
s
[
sync
]
command
:/
etc
/
rc
.
filter_configure_xmlrpc
command
:/
usr
/
local
/
etc
/
rc
.
filter_configure_xmlrpc
parameters
:
type
:
script
message
:
Reloading
filter_configure_xmlrpc
...
...
usr/local/opnsense/service/conf/actions_service.conf
View file @
ce6c7135
...
...
@@ -11,13 +11,13 @@ type:script
message
:
Rewriting
resolv
.
conf
[
reload
|
restart
.
ipsecdns
]
command
:/
etc
/
rc
.
newipsecdns
command
:/
usr
/
local
/
etc
/
rc
.
newipsecdns
parameters
:
type
:
script
message
:
Restarting
ipsec
tunnels
[
reload
|
restart
.
routedns
]
command
:/
etc
/
rc
.
newroutedns
command
:/
usr
/
local
/
etc
/
rc
.
newroutedns
parameters
:
type
:
script
message
:
Updating
static
routes
based
on
hostnames
...
...
usr/local/www/system_firmware_restorefullbackup.php
View file @
ce6c7135
...
...
@@ -55,7 +55,7 @@ if($_POST['overwriteconfigxml'])
touch
(
"/tmp/do_not_restore_config.xml"
);
if
(
$_GET
[
'backupnow'
])
mwexec_bg
(
"/etc/rc.create_full_backup"
);
mwexec_bg
(
"/
usr/local/
etc/rc.create_full_backup"
);
if
(
$_GET
[
'downloadbackup'
])
{
$filename
=
basename
(
$_GET
[
'downloadbackup'
]);
...
...
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