this core also stops strongwan before extracting because the updown script
is changed.
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
usr/bin/2to3
usr/bin/hexdump
usr/lib/firewall/rules.pl
-usr/libexec/ipsec/_updown
usr/local/bin/hddshutdown
usr/local/bin/makegraphs
var/ipfire/backup/exclude
--- /dev/null
+../../../common/strongswan
\ No newline at end of file
rm -rf /usr/lib/collectd/python.so
# Stop services
+/etc/init.d/ipsec stop
# Extract files
extract_files
/usr/local/bin/filesystem-cleanup
# Start services
+if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then
+ /etc/init.d/ipsec start
+fi
# Delete orphaned pppd 2.4.8 shared object files
rm -rf \
# Don't report the exitcode last command
exit 0
+# Stop services