From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] fix typo in hostapd initscript
Date: Sun, 13 Oct 2019 17:13:06 +0100 [thread overview]
Message-ID: <10BBB87A-B545-4188-8FB5-26E79D2CC63C@ipfire.org> (raw)
In-Reply-To: <a702e7fe-2541-68f0-321b-b399957e2590@ipfire.org>
[-- 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
prev parent reply other threads:[~2019-10-13 16:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-13 11:09 peter.mueller
2019-10-13 16:13 ` Michael Tremer [this message]
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=10BBB87A-B545-4188-8FB5-26E79D2CC63C@ipfire.org \
--to=michael.tremer@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