From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] sysvinit: Update to 2.98 Date: Fri, 12 Feb 2021 12:02:29 +0000 Message-ID: <25DA6D32-BCE1-4A0E-B929-5F90C7F17803@ipfire.org> In-Reply-To: <20210211124104.3661920-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8497328310407514865==" List-Id: --===============8497328310407514865== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, This patch removes =E2=80=9Cmountpoint=E2=80=9D which we use in quite a numbe= r of scripts. Has this been removed for good? Can we replace it? -Michael > On 11 Feb 2021, at 12:41, Adolf Belka wrote: >=20 > - Update sysvinit from 2.88dsf to 2.98 > - Update of rootfiles > - Changelog is ~400 lines long from 2.88dsf to 2.98 > - For details see the Changelog in the doc directory in the tarball >=20 > Signed-off-by: Adolf Belka > --- > config/rootfiles/common/sysvinit | 6 ++++-- > lfs/sysvinit | 6 +++--- > 2 files changed, 7 insertions(+), 5 deletions(-) >=20 > diff --git a/config/rootfiles/common/sysvinit b/config/rootfiles/common/sys= vinit > index ede5aa50d..a6fb1fd04 100644 > --- a/config/rootfiles/common/sysvinit > +++ b/config/rootfiles/common/sysvinit > @@ -1,5 +1,5 @@ > -bin/mountpoint > bin/pidof > +#etc/inittab.d > #sbin/bootlogd > #sbin/fstab-decode > sbin/halt > @@ -14,15 +14,17 @@ sbin/telinit > usr/bin/last > usr/bin/lastb > usr/bin/mesg > +#usr/bin/readbootlog > usr/bin/utmpdump > usr/bin/wall > #usr/include/initreq.h > #usr/share/man/man1/last.1 > #usr/share/man/man1/lastb.1 > #usr/share/man/man1/mesg.1 > -#usr/share/man/man1/mountpoint.1 > +#usr/share/man/man1/readbootlog.1 > #usr/share/man/man1/utmpdump.1 > #usr/share/man/man1/wall.1 > +#usr/share/man/man5/initctl.5 > #usr/share/man/man5/initscript.5 > #usr/share/man/man5/inittab.5 > #usr/share/man/man8/bootlogd.8 > diff --git a/lfs/sysvinit b/lfs/sysvinit > index 0306b5518..93ee98f51 100644 > --- a/lfs/sysvinit > +++ b/lfs/sysvinit > @@ -24,10 +24,10 @@ >=20 > include Config >=20 > -VER =3D 2.88dsf > +VER =3D 2.98 >=20 > THISAPP =3D sysvinit-$(VER) > -DL_FILE =3D $(THISAPP).tar.bz2 > +DL_FILE =3D $(THISAPP).tar.xz > DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_MD5 =3D 6eda8a97b86e0a6f59dabbf25202aa6f > +$(DL_FILE)_MD5 =3D e3254f7622ea5cf2322b1b386a98ba59 >=20 > install : $(TARGET) >=20 > --=20 > 2.30.1 >=20 --===============8497328310407514865==--