mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
updater: fix ipsec start if it is disabled.
This commit is contained in:
@@ -200,8 +200,9 @@ done < /var/ipfire/extrahd/devices.org
|
|||||||
#
|
#
|
||||||
/etc/init.d/squid start
|
/etc/init.d/squid start
|
||||||
/etc/init.d/snort start
|
/etc/init.d/snort start
|
||||||
/etc/init.d/ipsec start
|
if [ `grep "ENABLED=on" /var/ipfire/vpn/settings` ]; then
|
||||||
|
/etc/init.d/ipsec start
|
||||||
|
fi
|
||||||
|
|
||||||
# Add pakfire and fireinfo cronjobs...
|
# Add pakfire and fireinfo cronjobs...
|
||||||
grep -v "# fireinfo" /var/spool/cron/root.orig |
|
grep -v "# fireinfo" /var/spool/cron/root.orig |
|
||||||
|
|||||||
@@ -846,7 +846,7 @@
|
|||||||
'global settings' => 'Globale Einstellungen',
|
'global settings' => 'Globale Einstellungen',
|
||||||
'gpl i accept these terms and conditions' => 'Ich akzeptiere diese Bedingungen und Konditionen',
|
'gpl i accept these terms and conditions' => 'Ich akzeptiere diese Bedingungen und Konditionen',
|
||||||
'gpl license agreement' => 'Lizenz Vereinbarung',
|
'gpl license agreement' => 'Lizenz Vereinbarung',
|
||||||
'gpl please read carefully the general public license and accept it below' => 'Bitte die General Public License genau lesen und diese unten akzeptiere',
|
'gpl please read carefully the general public license and accept it below' => 'Bitte die General Public License genau lesen und diese unten akzeptieren.',
|
||||||
'gpl unofficial translation of the general public license v3' => 'Inoffizielle Übersetzung der General Public License v3',
|
'gpl unofficial translation of the general public license v3' => 'Inoffizielle Übersetzung der General Public License v3',
|
||||||
'graph' => 'Diagramm',
|
'graph' => 'Diagramm',
|
||||||
'graph per' => 'pro',
|
'graph per' => 'pro',
|
||||||
|
|||||||
Reference in New Issue
Block a user