From: peter.mueller@ipfire.org
To: development@lists.ipfire.org
Subject: [PATCH] fix typo in hostapd initscript
Date: Sun, 13 Oct 2019 11:09:00 +0000 [thread overview]
Message-ID: <a702e7fe-2541-68f0-321b-b399957e2590@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1127 bytes --]
Fixes: #11237
Reported-by: Tom Rymes <tomvend(a)rymes.com>
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
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
--
2.16.4
next reply other threads:[~2019-10-13 11:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-13 11:09 peter.mueller [this message]
2019-10-13 16:13 ` Michael Tremer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a702e7fe-2541-68f0-321b-b399957e2590@ipfire.org \
--to=peter.mueller@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox