artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd8cca7
)
Add line continuation to be consistent with rc_pre(); ok sthen@
author
ajacoutot
<ajacoutot@openbsd.org>
Mon, 29 Dec 2014 11:17:43 +0000
(11:17 +0000)
committer
ajacoutot
<ajacoutot@openbsd.org>
Mon, 29 Dec 2014 11:17:43 +0000
(11:17 +0000)
etc/rc.d/unbound
patch
|
blob
|
history
diff --git
a/etc/rc.d/unbound
b/etc/rc.d/unbound
index
8f00694
..
c591b0b
100644
(file)
--- a/
etc/rc.d/unbound
+++ b/
etc/rc.d/unbound
@@
-1,6
+1,6
@@
#!/bin/sh
#
-# $OpenBSD: unbound,v 1.
1 2014/03/15 00:34:18 sthen
Exp $
+# $OpenBSD: unbound,v 1.
2 2014/12/29 11:17:43 ajacoutot
Exp $
daemon="/usr/sbin/unbound"
daemon_flags="-c /var/unbound/etc/unbound.conf"
@@
-25,7
+25,7
@@
rc_pre() {
}
rc_start() {
- /usr/sbin/unbound-checkconf > /dev/null &&
+ /usr/sbin/unbound-checkconf > /dev/null &&
\
${rcexec} "unbound ${daemon_flags}"
}