artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30e1d72
)
pexp is not needed; ok sthen@
author
ajacoutot
<ajacoutot@openbsd.org>
Mon, 29 Dec 2014 11:17:05 +0000
(11:17 +0000)
committer
ajacoutot
<ajacoutot@openbsd.org>
Mon, 29 Dec 2014 11:17:05 +0000
(11:17 +0000)
etc/rc.d/nsd
patch
|
blob
|
history
diff --git
a/etc/rc.d/nsd
b/etc/rc.d/nsd
index
b1971f4
..
f7b26ee
100644
(file)
--- 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() {