Do not restart ipsec on hotplug events (#2212)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 2 Sep 2007 19:40:35 +0000 (19:40 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 2 Sep 2007 19:40:35 +0000 (19:40 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8577 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/strongswan/files/ipsec.iface

index 95e0958..0716bf7 100644 (file)
@@ -5,4 +5,4 @@ CTLFILE="/var/run/pluto.ctl"
 
 [ -e "$CTLFILE" ] || exit
 
-/etc/init.d/ipsec restart
+/etc/init.d/ipsec update
This page took 0.028829 seconds and 4 git commands to generate.