diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-09-02 19:40:35 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-09-02 19:40:35 +0000 |
commit | 3e2b718c4c75254106509b3316fa651ef71877c3 (patch) | |
tree | 3a42a8f3c91c330a9ab875b7e45da1a4f5a7b4ce /package/strongswan | |
parent | 02cd6d278f4545841f0953ab41c71203e024fc5e (diff) | |
download | upstream-3e2b718c4c75254106509b3316fa651ef71877c3.tar.gz upstream-3e2b718c4c75254106509b3316fa651ef71877c3.tar.bz2 upstream-3e2b718c4c75254106509b3316fa651ef71877c3.zip |
Do not restart ipsec on hotplug events (#2212)
SVN-Revision: 8577
Diffstat (limited to 'package/strongswan')
-rw-r--r-- | package/strongswan/files/ipsec.iface | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/strongswan/files/ipsec.iface b/package/strongswan/files/ipsec.iface index 95e0958b84..0716bf79bc 100644 --- a/package/strongswan/files/ipsec.iface +++ b/package/strongswan/files/ipsec.iface @@ -5,4 +5,4 @@ CTLFILE="/var/run/pluto.ctl" [ -e "$CTLFILE" ] || exit -/etc/init.d/ipsec restart +/etc/init.d/ipsec update |