From patchwork Mon Nov 4 12:02:46 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 2566 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 476BJP0jKPz43TZ for ; Mon, 4 Nov 2019 12:03:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 476BJN0Nhrz4G8; Mon, 4 Nov 2019 12:03:00 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 476BJM65wjz2ycb; Mon, 4 Nov 2019 12:02:59 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 476BJL17D0z2y66 for ; Mon, 4 Nov 2019 12:02:58 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 476BJK6B7Fz2cf; Mon, 4 Nov 2019 12:02:57 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1572868977; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=MlCvo451PDssqs1vv5rNHg5WrVIygzVfUf0PJk1pCag=; b=BozQHAuk3lFnyIa/VidLOgROHtQf4SwIBncPHwgGwTD1x3leMnq08teDeQd6yHUvqMwOeg 9j6IHwHnO9k5OKAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1572868977; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=MlCvo451PDssqs1vv5rNHg5WrVIygzVfUf0PJk1pCag=; b=X7gFfEVgq7lfNERTUiw/g3XEhwcS/yOOOA7na/q91uyrK4Az5k9G9Ttk3c2FPvlDQkwHmc YjEXuuo1+hDGD4t2b7oToPnlKj07R/1jwW0TTH2fC7JfX+qr8hb/x7YXSexlYG0Yfsvhuv UTOInRAiKU3hqSb7Tm31aj7ElVYz72MeOjNNXtzTSyvTmKMxbgW18SJOqMvUkoG7ngjydy GnkJj0+PDPsz6lyA/uKVjBTdiPH8Cc+ONZwKZkEo7oh0PDREs6fvof+FuSO0RhOm6mt8tk 1FxPnezw0WFKM/5N+IX8JLhAUFupnOs4ceWNq5FfyzBKF4Mvh5i4v51x4ITi4w== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH] unbound: Fix whitespace error in initscript Date: Mon, 4 Nov 2019 12:02:46 +0000 Message-Id: <20191104120246.18687-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Michael Tremer --- src/initscripts/system/unbound | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/initscripts/system/unbound b/src/initscripts/system/unbound index d195fd325..8eaf3734a 100644 --- a/src/initscripts/system/unbound +++ b/src/initscripts/system/unbound @@ -450,7 +450,7 @@ ns_supports_tcp() { shift # If TCP is forced we know by now if the server responds to it - if [ "${FORCE_TCP}" = "on" ]; then + if [ "${FORCE_TCP}" = "on" ]; then return 0 fi