From: Noah Meyerhans Date: Fri, 12 Dec 2014 06:51:23 +0000 (-0800) Subject: net/ipsec-tools: Fix the racoon command line in /etc/init.d/racoon X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d0b05711615cb319087290c60c9dc099468f4532;p=openwrt-packages.git net/ipsec-tools: Fix the racoon command line in /etc/init.d/racoon Signed-off-by: Noah Meyerhans --- diff --git a/net/ipsec-tools/files/racoon.init b/net/ipsec-tools/files/racoon.init index bf5c1c3d6..68053c91e 100644 --- a/net/ipsec-tools/files/racoon.init +++ b/net/ipsec-tools/files/racoon.init @@ -11,7 +11,7 @@ start_service() { mkdir -m 0700 -p /var/racoon [ -f /etc/ipsec.conf ] && /usr/sbin/setkey -f /etc/ipsec.conf procd_open_instance - procd_set_param command /usr/sbin/racoon -F -f /etc/racoon/racoon.conf -l /var/log/racoon + procd_set_param command /usr/sbin/racoon -F -f /etc/racoon.conf procd_set_param respawn procd_close_instance }