From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] fix typo in hostapd initscript Date: Sun, 13 Oct 2019 17:13:06 +0100 Message-ID: <10BBB87A-B545-4188-8FB5-26E79D2CC63C@ipfire.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0557225680918678077==" List-Id: --===============0557225680918678077== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 13 Oct 2019, at 12:09, peter.mueller(a)ipfire.org wrote: >=20 > Fixes: #11237 >=20 > Reported-by: Tom Rymes > Signed-off-by: Peter M=C3=BCller > --- > lfs/hostapd | 2 +- > src/initscripts/packages/hostapd | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/hostapd b/lfs/hostapd > index c02c9724c..382482230 100644 > --- a/lfs/hostapd > +++ b/lfs/hostapd > @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D hostapd > -PAK_VER =3D 49 > +PAK_VER =3D 50 >=20 > DEPS =3D "" >=20 > diff --git a/src/initscripts/packages/hostapd b/src/initscripts/packages/ho= stapd > index 27e79f0a7..5945375f3 100644 > --- a/src/initscripts/packages/hostapd > +++ b/src/initscripts/packages/hostapd > @@ -32,7 +32,7 @@ case "${1}" in >=20 > # 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 > --=20 > 2.16.4 --===============0557225680918678077==--