diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/patches/03_systemd-service.patch | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d10b5c851..54f447c0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ strongswan (5.3.4-1) UNRELEASED; urgency=medium * New upstream release. + * debian/patches: + - 03_systemd-service refreshed for new upstream release. -- Yves-Alexis Perez <corsac@debian.org> Wed, 18 Nov 2015 15:19:49 +0100 diff --git a/debian/patches/03_systemd-service.patch b/debian/patches/03_systemd-service.patch index b1d1c874d..e18867ec5 100644 --- a/debian/patches/03_systemd-service.patch +++ b/debian/patches/03_systemd-service.patch @@ -3,7 +3,7 @@ @@ -1,9 +1,10 @@ [Unit] Description=strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf --After=syslog.target +-After=syslog.target network.target +After=network.target [Service] |