summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorajacoutot <ajacoutot@openbsd.org>2014-12-29 11:17:05 +0000
committerajacoutot <ajacoutot@openbsd.org>2014-12-29 11:17:05 +0000
commitfd8cca78cf296e9bcbc6633453fd3926d8c49a3e (patch)
treeb17298bc36b03456bbe22845875bf61cb65397e0
parentsync (diff)
downloadwireguard-openbsd-fd8cca78cf296e9bcbc6633453fd3926d8c49a3e.tar.xz
wireguard-openbsd-fd8cca78cf296e9bcbc6633453fd3926d8c49a3e.zip
pexp is not needed; ok sthen@
-rw-r--r--etc/rc.d/nsd3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/rc.d/nsd b/etc/rc.d/nsd
index b1971f429a5..f7b26ee6dbe 100644
--- a/etc/rc.d/nsd
+++ b/etc/rc.d/nsd
@@ -1,13 +1,12 @@
#!/bin/sh
#
-# $OpenBSD: nsd,v 1.8 2014/06/25 12:33:33 sthen Exp $
+# $OpenBSD: nsd,v 1.9 2014/12/29 11:17:05 ajacoutot Exp $
daemon="/usr/sbin/nsd-control"
daemon_flags="-c /var/nsd/etc/nsd.conf"
. /etc/rc.d/rc.subr
-pexp="nsd${daemon_flags:+ ${daemon_flags}}"
rc_usercheck=NO
rc_pre() {