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
98f2edac
Commit
98f2edac
authored
Apr 08, 2015
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src: whitespace sweep
parent
88ca81a0
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
4 additions
and
8 deletions
+4
-8
xmlparse.inc
src/etc/inc/xmlparse.inc
+1
-1
rc.newwanip
src/etc/rc.newwanip
+1
-1
base_tabs.volt
src/opnsense/mvc/app/views/layout_partials/base_tabs.volt
+1
-1
actions_dns.conf
src/opnsense/service/conf/actions.d/actions_dns.conf
+0
-1
actions_dyndns.conf
src/opnsense/service/conf/actions.d/actions_dyndns.conf
+0
-1
actions_interface.conf
src/opnsense/service/conf/actions.d/actions_interface.conf
+0
-1
actions_sshd.conf
src/opnsense/service/conf/actions.d/actions_sshd.conf
+0
-1
wizard.php
src/www/wizard.php
+1
-1
No files found.
src/etc/inc/xmlparse.inc
View file @
98f2edac
...
...
@@ -45,7 +45,7 @@ function listtags()
'npt'
,
'ntpserver'
,
'onetoone'
,
'openvpn-server'
,
'openvpn-client'
,
'openvpn-csc'
,
'option'
,
'package'
,
'passthrumac'
,
'phase1'
,
'phase2'
,
'ppp'
,
'pppoe'
,
'priv'
,
'proxyarpnet'
,
'pool'
,
'pages'
,
'pipe'
,
'qinqentry'
,
'qinqentry'
,
'radnsserver'
,
'roll'
,
'route'
,
'row'
,
'rrddatafile'
,
'rule'
,
'schedule'
,
'service'
,
'servernat'
,
'servers'
,
'serversdisabled'
,
'staticmap'
,
'subqueue'
,
'tab'
,
'timerange'
,
'tunnel'
,
...
...
src/etc/rc.newwanip
View file @
98f2edac
...
...
@@ -197,7 +197,7 @@ if (!is_ipaddr($oldip) || $curwanip != $oldip || !is_ipaddrv4($config['interface
/* restart snmp */
services_snmpd_configure
();
/* reconfigure ntpd */
system_ntp_configure
(
false
);
mwexec_bg
(
"/usr/local/sbin/ntpdate_sync_once.sh"
,
false
,
true
);
...
...
src/opnsense/mvc/app/views/layout_partials/base_tabs.volt
View file @
98f2edac
...
...
@@ -158,4 +158,4 @@ POSSIBILITY OF SUCH DAMAGE.
</div>
{% endif %}
{% endfor %}
</div>
\ No newline at end of file
</div>
src/opnsense/service/conf/actions.d/actions_dns.conf
View file @
98f2edac
...
...
@@ -3,4 +3,3 @@ command:/usr/local/etc/rc.resolv_conf_generate
parameters
:
type
:
script
message
:
Rewriting
resolv
.
conf
src/opnsense/service/conf/actions.d/actions_dyndns.conf
View file @
98f2edac
...
...
@@ -3,4 +3,3 @@ command:/usr/local/etc/rc.dyndns.update
parameters
:%
s
type
:
script
message
:
updating
dyndns
%
s
src/opnsense/service/conf/actions.d/actions_interface.conf
View file @
98f2edac
...
...
@@ -46,4 +46,3 @@ command:/usr/local/etc/rc.carpbackup
parameters
:%
s
type
:
script
message
:
Carp
backup
event
src/opnsense/service/conf/actions.d/actions_sshd.conf
View file @
98f2edac
...
...
@@ -3,4 +3,3 @@ command:/usr/local/etc/rc.sshd
parameters
:
type
:
script
message
:
starting
sshd
src/www/wizard.php
View file @
98f2edac
...
...
@@ -60,7 +60,7 @@ if(empty($xml)) {
if
(
file_exists
(
"/usr/local/www/wizards/
{
$xml
}
"
))
{
global
$listtags
;
$listtags
=
array_flip
(
array
(
'build_port_path'
,
'depends_on_package'
,
'onetoone'
,
'queue'
,
'rule'
,
'servernat'
,
'alias'
,
'additional_files_needed'
,
'tab'
,
'template'
,
'menu'
,
'rowhelperfield'
,
'service'
,
'step'
,
'package'
,
'columnitem'
,
'option'
,
'item'
,
'field'
,
'package'
,
'file'
));
$pkg
=
parse_xml_config_raw
(
'/usr/local/www/wizards/'
.
$xml
,
'pfsensewizard'
,
false
);
$pkg
=
parse_xml_config_raw
(
'/usr/local/www/wizards/'
.
$xml
,
'pfsensewizard'
,
false
);
}
else
{
print_info_box_np
(
sprintf
(
gettext
(
"ERROR: Could not open %s."
),
$xml
));
die
;
...
...
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