From 41fe437400011524c0708bbbf4b59fcc98b017ab Mon Sep 17 00:00:00 2001 From: "peter.mueller@ipfire.org" Date: Sun, 13 Oct 2019 11:09:00 +0000 Subject: [PATCH] fix typo in hostapd initscript MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes: #11237 Reported-by: Tom Rymes Signed-off-by: Peter Müller Reviewed-by: Michael Tremer Signed-off-by: Arne Fitzenreiter --- lfs/hostapd | 2 +- src/initscripts/packages/hostapd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/hostapd b/lfs/hostapd index c02c9724ce..3824822300 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 27e79f0a7d..5945375f3c 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 -- 2.39.2