Commit 98f2edac authored by Franco Fichtner's avatar Franco Fichtner

src: whitespace sweep

parent 88ca81a0
......@@ -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',
......
......@@ -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);
......
......@@ -158,4 +158,4 @@ POSSIBILITY OF SUCH DAMAGE.
</div>
{% endif %}
{% endfor %}
</div>
\ No newline at end of file
</div>
......@@ -3,4 +3,3 @@ command:/usr/local/etc/rc.resolv_conf_generate
parameters:
type:script
message:Rewriting resolv.conf
......@@ -3,4 +3,3 @@ command:/usr/local/etc/rc.dyndns.update
parameters:%s
type:script
message:updating dyndns %s
......@@ -46,4 +46,3 @@ command:/usr/local/etc/rc.carpbackup
parameters:%s
type:script
message:Carp backup event
......@@ -3,4 +3,3 @@ command:/usr/local/etc/rc.sshd
parameters:
type:script
message:starting sshd
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment