summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/rc.d/iked4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/iked b/etc/rc.d/iked
index b564c182435..ee4aace0da8 100644
--- a/etc/rc.d/iked
+++ b/etc/rc.d/iked
@@ -1,12 +1,12 @@
#!/bin/sh
#
-# $OpenBSD: iked,v 1.1 2011/07/06 18:55:36 robert Exp $
+# $OpenBSD: iked,v 1.2 2015/12/19 10:09:04 ajacoutot Exp $
daemon="/sbin/iked"
. /etc/rc.d/rc.subr
-pexp="iked:.*parent.*"
+pexp="iked: parent.*"
rc_pre() {
[ X"${sasyncd_flags}" != X"NO" ] && \