From patchwork Sun Oct 13 11:09:00 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 2494 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 46rf8m3yBtz42j9 for ; Sun, 13 Oct 2019 11:09:28 +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 46rf8k4plgz1qn; Sun, 13 Oct 2019 11:09:26 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 46rf8k2Gg9z2yYj; Sun, 13 Oct 2019 11:09:26 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 46rf8h38fbz2yFb for ; Sun, 13 Oct 2019 11:09:24 +0000 (UTC) Received: from [127.0.0.1] (unknown [23.129.64.156]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 46rf8d3BhNz1qn for ; Sun, 13 Oct 2019 11:09:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1570964964; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=HM/eSK+bkQ1+jsnBkdedA+nMd3SlJsQd88qeTzKHprs=; b=oH/SSTN1HTnDujus7ynawjCHGmk+vXqXYLT8BevbUIhha1aZX0fMHCeBzA4y64GnYMKl0z tKOh9vetBx2s6fwHqFYUrCfNrweKJzt8a2ciuvQEAATr9bXpmAZd6aTDOSqURZPbiWCk/V oHPX62huP0Mf+kNjYXCoPIVyuNvDd2N6RvK7fiLsa7rR26WKoTIB7kx+5D5FdI6N1eYrtM aSAwAhEo9Mov/Z8g1avwrRcO7VHVZB5vOLuxMI77XwTIaIF7pbf6DfxF0NvTexbb0J0BzZ p380Y2X69s7jq2eRN8DH1C38qlxtA3ca6IgI/CY6CF/ZpMtuKweURM1hpmXL2Q== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1570964964; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=HM/eSK+bkQ1+jsnBkdedA+nMd3SlJsQd88qeTzKHprs=; b=cvH03I7xDqn8jbxiLSQA3kjrOG4uusJb5iL5jdEZ9gKpf2D5hCPlYWifwNb73XN5xkKZve aollNFuKZNw2Z5Cw== To: "IPFire: Development-List" From: peter.mueller@ipfire.org Subject: [PATCH] fix typo in hostapd initscript Message-ID: Date: Sun, 13 Oct 2019 11:09:00 +0000 MIME-Version: 1.0 Content-Language: en-US Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=pmueller smtp.mailfrom=peter.mueller@ipfire.org 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: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Fixes: #11237 Reported-by: Tom Rymes Signed-off-by: Peter Müller Reviewed-by: Michael Tremer --- lfs/hostapd | 2 +- src/initscripts/packages/hostapd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/hostapd b/lfs/hostapd index c02c9724c..382482230 100644 --- a/lfs/hostapd +++ b/lfs/hostapd @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = hostapd -PAK_VER = 49 +PAK_VER = 50 DEPS = "" diff --git a/src/initscripts/packages/hostapd b/src/initscripts/packages/hostapd index 27e79f0a7..5945375f3 100644 --- a/src/initscripts/packages/hostapd +++ b/src/initscripts/packages/hostapd @@ -32,7 +32,7 @@ case "${1}" in # Check if INTERFACE is an actual wireless device if [ ! -d "/sys/class/net/${INTERFACE}/wireless" ]; then - boot_mesg "Interface $INTERFACE is no wireless device." ${FAILURE} + boot_mesg "Interface $INTERFACE is not a wireless device." ${FAILURE} echo_failure exit 0 fi