From d0b05711615cb319087290c60c9dc099468f4532 Mon Sep 17 00:00:00 2001 From: Noah Meyerhans Date: Thu, 11 Dec 2014 22:51:23 -0800 Subject: [PATCH] net/ipsec-tools: Fix the racoon command line in /etc/init.d/racoon Signed-off-by: Noah Meyerhans --- net/ipsec-tools/files/racoon.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipsec-tools/files/racoon.init b/net/ipsec-tools/files/racoon.init index bf5c1c3d60..68053c91ee 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 }