* [PATCH] sysvinit: Update to 2.98
@ 2021-02-11 12:41 Adolf Belka
2021-02-12 12:02 ` Michael Tremer
0 siblings, 1 reply; 4+ messages in thread
From: Adolf Belka @ 2021-02-11 12:41 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1856 bytes --]
- 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
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
config/rootfiles/common/sysvinit | 6 ++++--
lfs/sysvinit | 6 +++---
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/config/rootfiles/common/sysvinit b/config/rootfiles/common/sysvinit
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 @@
include Config
-VER = 2.88dsf
+VER = 2.98
THISAPP = sysvinit-$(VER)
-DL_FILE = $(THISAPP).tar.bz2
+DL_FILE = $(THISAPP).tar.xz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 6eda8a97b86e0a6f59dabbf25202aa6f
+$(DL_FILE)_MD5 = e3254f7622ea5cf2322b1b386a98ba59
install : $(TARGET)
--
2.30.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] sysvinit: Update to 2.98
2021-02-11 12:41 [PATCH] sysvinit: Update to 2.98 Adolf Belka
@ 2021-02-12 12:02 ` Michael Tremer
2021-02-12 12:49 ` Adolf Belka (ipfire-dev)
0 siblings, 1 reply; 4+ messages in thread
From: Michael Tremer @ 2021-02-12 12:02 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2200 bytes --]
Hello,
This patch removes “mountpoint” which we use in quite a number of scripts.
Has this been removed for good? Can we replace it?
-Michael
> On 11 Feb 2021, at 12:41, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
>
> - 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
>
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> config/rootfiles/common/sysvinit | 6 ++++--
> lfs/sysvinit | 6 +++---
> 2 files changed, 7 insertions(+), 5 deletions(-)
>
> diff --git a/config/rootfiles/common/sysvinit b/config/rootfiles/common/sysvinit
> 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 @@
>
> include Config
>
> -VER = 2.88dsf
> +VER = 2.98
>
> THISAPP = sysvinit-$(VER)
> -DL_FILE = $(THISAPP).tar.bz2
> +DL_FILE = $(THISAPP).tar.xz
> DL_FROM = $(URL_IPFIRE)
> DIR_APP = $(DIR_SRC)/$(THISAPP)
> TARGET = $(DIR_INFO)/$(THISAPP)
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = 6eda8a97b86e0a6f59dabbf25202aa6f
> +$(DL_FILE)_MD5 = e3254f7622ea5cf2322b1b386a98ba59
>
> install : $(TARGET)
>
> --
> 2.30.1
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] sysvinit: Update to 2.98
2021-02-12 12:02 ` Michael Tremer
@ 2021-02-12 12:49 ` Adolf Belka (ipfire-dev)
2021-02-12 13:51 ` Michael Tremer
0 siblings, 1 reply; 4+ messages in thread
From: Adolf Belka (ipfire-dev) @ 2021-02-12 12:49 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2599 bytes --]
Hi Michael,
On 12/02/2021 13:02, Michael Tremer wrote:
> Hello,
>
> This patch removes “mountpoint” which we use in quite a number of scripts.
>
> Has this been removed for good? Can we replace it?
Had a look through the changelog and in 2.89 it mentions that mountpount is no longer built/used by default because distributions are using util-linux's mountpoint. So it should be possible to get it back in. I will investigate further.
Regards,
Adolf
>
> -Michael
>
>> On 11 Feb 2021, at 12:41, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
>>
>> - 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
>>
>> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
>> ---
>> config/rootfiles/common/sysvinit | 6 ++++--
>> lfs/sysvinit | 6 +++---
>> 2 files changed, 7 insertions(+), 5 deletions(-)
>>
>> diff --git a/config/rootfiles/common/sysvinit b/config/rootfiles/common/sysvinit
>> 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 @@
>>
>> include Config
>>
>> -VER = 2.88dsf
>> +VER = 2.98
>>
>> THISAPP = sysvinit-$(VER)
>> -DL_FILE = $(THISAPP).tar.bz2
>> +DL_FILE = $(THISAPP).tar.xz
>> DL_FROM = $(URL_IPFIRE)
>> DIR_APP = $(DIR_SRC)/$(THISAPP)
>> TARGET = $(DIR_INFO)/$(THISAPP)
>> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>>
>> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>>
>> -$(DL_FILE)_MD5 = 6eda8a97b86e0a6f59dabbf25202aa6f
>> +$(DL_FILE)_MD5 = e3254f7622ea5cf2322b1b386a98ba59
>>
>> install : $(TARGET)
>>
>> --
>> 2.30.1
>>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] sysvinit: Update to 2.98
2021-02-12 12:49 ` Adolf Belka (ipfire-dev)
@ 2021-02-12 13:51 ` Michael Tremer
0 siblings, 0 replies; 4+ messages in thread
From: Michael Tremer @ 2021-02-12 13:51 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 3067 bytes --]
Hi,
> On 12 Feb 2021, at 12:49, Adolf Belka (ipfire-dev) <adolf.belka(a)ipfire.org> wrote:
>
> Hi Michael,
>
> On 12/02/2021 13:02, Michael Tremer wrote:
>> Hello,
>> This patch removes “mountpoint” which we use in quite a number of scripts.
>> Has this been removed for good? Can we replace it?
>
> Had a look through the changelog and in 2.89 it mentions that mountpount is no longer built/used by default because distributions are using util-linux's mountpoint. So it should be possible to get it back in. I will investigate further.
Yes that sounds about right. Some of these tools have been moved to util-linux or to coreutils. Sometimes they need to be enabled with a switch when running configure. A patch that enables mountpoint on one of them will be fine and I can merge sysvinit then.
:)
-Michael
>
> Regards,
>
> Adolf
>> -Michael
>>> On 11 Feb 2021, at 12:41, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
>>>
>>> - 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
>>>
>>> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
>>> ---
>>> config/rootfiles/common/sysvinit | 6 ++++--
>>> lfs/sysvinit | 6 +++---
>>> 2 files changed, 7 insertions(+), 5 deletions(-)
>>>
>>> diff --git a/config/rootfiles/common/sysvinit b/config/rootfiles/common/sysvinit
>>> 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 @@
>>>
>>> include Config
>>>
>>> -VER = 2.88dsf
>>> +VER = 2.98
>>>
>>> THISAPP = sysvinit-$(VER)
>>> -DL_FILE = $(THISAPP).tar.bz2
>>> +DL_FILE = $(THISAPP).tar.xz
>>> DL_FROM = $(URL_IPFIRE)
>>> DIR_APP = $(DIR_SRC)/$(THISAPP)
>>> TARGET = $(DIR_INFO)/$(THISAPP)
>>> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>>>
>>> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>>>
>>> -$(DL_FILE)_MD5 = 6eda8a97b86e0a6f59dabbf25202aa6f
>>> +$(DL_FILE)_MD5 = e3254f7622ea5cf2322b1b386a98ba59
>>>
>>> install : $(TARGET)
>>>
>>> --
>>> 2.30.1
>>>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-02-12 13:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-11 12:41 [PATCH] sysvinit: Update to 2.98 Adolf Belka
2021-02-12 12:02 ` Michael Tremer
2021-02-12 12:49 ` Adolf Belka (ipfire-dev)
2021-02-12 13:51 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox