From f75903b3011ff513fe9908253b6fe6fcd6faba44 Mon Sep 17 00:00:00 2001 From: ajacoutot <> Date: Mon, 29 Dec 2014 11:17:43 +0000 Subject: [PATCH] Add line continuation to be consistent with rc_pre(); ok sthen@ --- src/etc/rc.d/unbound | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/rc.d/unbound b/src/etc/rc.d/unbound index 8f006944..c591b0b1 100644 --- a/src/etc/rc.d/unbound +++ b/src/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}" }