From 76ff91b459f8d6faacd9300164b8b6ae871cad7b Mon Sep 17 00:00:00 2001 From: idriskalp Date: Wed, 25 Dec 2019 22:01:07 +0300 Subject: [PATCH] sysvinit 2.96 --- system/base/sysvinit/actions.py | 6 +++++- system/base/sysvinit/pspec.xml | 19 +++++++++++++------ 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/system/base/sysvinit/actions.py b/system/base/sysvinit/actions.py index e743f8b0..f59168e8 100644 --- a/system/base/sysvinit/actions.py +++ b/system/base/sysvinit/actions.py @@ -9,7 +9,7 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools from pisi.actionsapi import get -WorkDir = "sysvinit-%sdsf" % get.srcVERSION() +WorkDir = "sysvinit-%s" % get.srcVERSION() def build(): autotools.make("-C src CC=\"%s\" CFLAGS=\"%s -D_GNU_SOURCE\" LCRYPT=\"-lcrypt\"" % (get.CC(), get.CFLAGS())) @@ -19,4 +19,8 @@ def install(): autotools.rawInstall("ROOT='%s' STRIP=/bin/true" % get.installDIR()) pisitools.remove("/bin/pidof") + # These files conflict with e2fsprogs + pisitools.remove("/sbin/logsave") + pisitools.remove("/usr/share/man/man8/logsave.8") + pisitools.dosym("killall5", "/sbin/pidof") diff --git a/system/base/sysvinit/pspec.xml b/system/base/sysvinit/pspec.xml index ecf1155c..946d2a95 100644 --- a/system/base/sysvinit/pspec.xml +++ b/system/base/sysvinit/pspec.xml @@ -12,19 +12,19 @@ app:console Programs which control basic system processes sysvinit package contains a group of utilities that control the very basic functions of your system. sysvinit contains the init program, the first program started by the Linux kernel when the system boots. - http://download.savannah.gnu.org/releases/sysvinit/sysvinit-2.88dsf.tar.bz2 + http://download.savannah.gnu.org/releases/sysvinit/sysvinit-2.96.tar.xz - sysvinit-2.86-ctrlc.patch + - sysvinit-2.78-man.patch + sysvinit-2.86-loginshell.patch sysvinit-2.86-single.patch sysvinit-2.88-quiet.patch - sysvinit-2.88-ipv6.patch - sysvinit-2.88-omit.patch - sysvinit-2.88-wall-maxlines.patch + + + @@ -63,6 +63,13 @@ + + 2019-12-25 + 2.96 + Version bump + Idris Kalp + idriskalp@gmail.com + 2018-07-15 2.88