]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
fix typo in hostapd initscript
authorpeter.mueller@ipfire.org <peter.mueller@ipfire.org>
Sun, 13 Oct 2019 11:09:00 +0000 (11:09 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 14 Oct 2019 17:40:25 +0000 (17:40 +0000)
Fixes: #11237
Reported-by: Tom Rymes <tomvend@rymes.com>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/hostapd
src/initscripts/packages/hostapd

index c02c9724ce15049918803cadb3a58ca660a94395..38248223008bd11c1990c24da3164a99d7cc98e6 100644 (file)
@@ -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       = ""
 
index 27e79f0a7de786c0e0fcbbc1baaa663e74785dc9..5945375f3c43f9835e7c0e309a1cb6b7e2fdafa4 100644 (file)
@@ -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