* [PATCH] fix typo in hostapd initscript
@ 2019-10-13 11:09 peter.mueller
2019-10-13 16:13 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: peter.mueller @ 2019-10-13 11:09 UTC (permalink / raw)
To: development
[-- 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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] fix typo in hostapd initscript
2019-10-13 11:09 [PATCH] fix typo in hostapd initscript peter.mueller
@ 2019-10-13 16:13 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2019-10-13 16:13 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1316 bytes --]
Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>
> On 13 Oct 2019, at 12:09, peter.mueller(a)ipfire.org wrote:
>
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-10-13 16:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-13 11:09 [PATCH] fix typo in hostapd initscript peter.mueller
2019-10-13 16:13 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox