Browse Source

Tweak pexp.

OPENBSD_5_9
ajacoutot 8 years ago
parent
commit
d156959a8d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/rc.d/iked

+ 2
- 2
src/etc/rc.d/iked View File

@ -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" ] && \


Loading…
Cancel
Save