summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsthen <sthen@openbsd.org>2013-06-04 12:27:29 +0000
committersthen <sthen@openbsd.org>2013-06-04 12:27:29 +0000
commitde9eae3af4a99d6d1632cc5b00f21dc8449e567d (patch)
tree684541872b05a7881f7e8495f2918cd107612671
parentA couple of style/comment fixes from FreeBSD, with input from (diff)
downloadwireguard-openbsd-de9eae3af4a99d6d1632cc5b00f21dc8449e567d.tar.xz
wireguard-openbsd-de9eae3af4a99d6d1632cc5b00f21dc8449e567d.zip
fix pexp
-rw-r--r--etc/rc.d/dvmrpd3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.d/dvmrpd b/etc/rc.d/dvmrpd
index 948b28932b1..eb3030e874a 100644
--- a/etc/rc.d/dvmrpd
+++ b/etc/rc.d/dvmrpd
@@ -1,11 +1,12 @@
#!/bin/sh
#
-# $OpenBSD: dvmrpd,v 1.1 2011/07/06 18:55:36 robert Exp $
+# $OpenBSD: dvmrpd,v 1.2 2013/06/04 12:27:29 sthen Exp $
daemon="/usr/sbin/dvmrpd"
. /etc/rc.d/rc.subr
+pexp="dvmrpd: parent.*"
rc_reload=NO
rc_cmd $1