summaryrefslogtreecommitdiff
path: root/debian/strongswan-starter.ipsec.init
diff options
context:
space:
mode:
authorYves-Alexis Perez <corsac@corsac.net>2012-06-28 20:58:00 +0200
committerYves-Alexis Perez <corsac@corsac.net>2012-06-28 20:58:00 +0200
commite012c3d88f8ae777916a62832b51bd06883e0c89 (patch)
treef28d02f377df8743860a68eb3030a909c03c598a /debian/strongswan-starter.ipsec.init
parent13ee30022ea80c58501be232dc1dd1a55f653d65 (diff)
downloadvyos-strongswan-e012c3d88f8ae777916a62832b51bd06883e0c89.tar.gz
vyos-strongswan-e012c3d88f8ae777916a62832b51bd06883e0c89.zip
Import NMU 4.5.2-1.1
* Non-maintainer upload. * debian/strongswan-starter.ipsec.init: Init script should depends on remote_fs instead of local_fs, also provide ipsec instead of vpn as the other ipsec implementations (Closes: #629675) * debian/patches/0001-fix-fprintf-format.patch: Fix FTBFS with gcc 4.6, taken from upstream (Closes: #614486) * debian/control: Tighten dependency version against libstrongswan (Closes: #626170) * debian/strongswan-starter.lintian-overrides, debian/rules: Correctly set restricted permissions on /etc/ipsec.d/private/ and /var/lib/strongswan (Closes: #598827)
Diffstat (limited to 'debian/strongswan-starter.ipsec.init')
-rw-r--r--debian/strongswan-starter.ipsec.init6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/strongswan-starter.ipsec.init b/debian/strongswan-starter.ipsec.init
index 484a4e0b3..cfdbb8426 100644
--- a/debian/strongswan-starter.ipsec.init
+++ b/debian/strongswan-starter.ipsec.init
@@ -1,8 +1,8 @@
#! /bin/sh
### BEGIN INIT INFO
-# Provides: vpn
-# Required-Start: $network $local_fs
-# Required-Stop: $network $local_fs
+# Provides: ipsec
+# Required-Start: $network $remote_fs
+# Required-Stop: $network $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Strongswan IPsec services