Browse Source

Add line continuation to be consistent with rc_pre(); ok sthen@

OPENBSD_5_7
ajacoutot 9 years ago
parent
commit
f75903b301
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/rc.d/unbound

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

@ -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}"
}


Loading…
Cancel
Save