[gentoo-commits] proj/musl:master commit in: sys-apps/sysvinit/files/, sys-apps/sysvinit/

2021-11-20 Thread Sam James
commit: 95f23b11ae103b02a2a0d33c7ecd05b9f2809ed4
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 20 23:52:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 20 23:53:20 2021 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=95f23b11

sys-apps/sysvinit: treeclean (outdated, in ::gentoo)

Reported-by: Andreas K. Hüttel  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 sys-apps/sysvinit/Manifest |   2 -
 sys-apps/sysvinit/files/bootlogd   |  12 --
 sys-apps/sysvinit/files/bootlogd.initd |   8 --
 sys-apps/sysvinit/files/halt.sh|   6 -
 sys-apps/sysvinit/files/inittab-2.91   |  61 -
 sys-apps/sysvinit/files/inittab-2.95   |  61 -
 sys-apps/sysvinit/files/sysvinit-2.86-kexec.patch  | 142 
 .../files/sysvinit-2.86-shutdown-single.patch  |  36 -
 .../files/sysvinit-2.92_beta-shutdown-h.patch  |  81 
 .../files/sysvinit-2.94_beta-shutdown-single.patch |  39 --
 .../files/sysvinit-2.95_beta-shutdown-h.patch  |  87 
 sys-apps/sysvinit/metadata.xml |  12 --
 sys-apps/sysvinit/sysvinit-2.93.ebuild | 123 -
 sys-apps/sysvinit/sysvinit-2.97.ebuild | 147 -
 14 files changed, 817 deletions(-)

diff --git a/sys-apps/sysvinit/Manifest b/sys-apps/sysvinit/Manifest
deleted file mode 100644
index 5a1c9f3e..
--- a/sys-apps/sysvinit/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST sysvinit-2.93.tar.xz 117580 BLAKE2B 
2e771b00dbdc73e76df9e78659aaa5e5fcbfda36290a1b5aa20a5a6fe3540c4616f2a235a668de30d33c620e2d2516da303537eda47b83b29b0844ad7aa77df4
 SHA512 
c80d07a674253d15ec6382cfaf792f47486e2e84ab9c913d3c9e03b590cf211177a3a14e168f4d1c9c2e97737221f7ac70a75633d90502837a6d29bdc4c48d72
-DIST sysvinit-2.97.tar.xz 126848 BLAKE2B 
dd2612de531a89f1fdbfaeb8b5975aeba9541a6b570587a881bdb11406991c1a9b254d1802725298eb13362d625d3859b520ee964782a0fe43d3f038a28b49e6
 SHA512 
89950080a120b62bdd297f3a59898dd11e10c7438cf18774bad16c65ce5fb2e190726e601c6f263def32cff59867c0984edcd99d527eb80297901085afbb2e90

diff --git a/sys-apps/sysvinit/files/bootlogd b/sys-apps/sysvinit/files/bootlogd
deleted file mode 100755
index 3f3e3634..
--- a/sys-apps/sysvinit/files/bootlogd
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-description="bootlogd - record boot messages (sysvinit)"
-pidfile="/run/bootlogd"
-command="/sbin/bootlogd"
-command_args="-c -p ${pidfile}"
-
-depend() {
-   need localmount root
-}

diff --git a/sys-apps/sysvinit/files/bootlogd.initd 
b/sys-apps/sysvinit/files/bootlogd.initd
deleted file mode 100644
index 11b3ab7b..
--- a/sys-apps/sysvinit/files/bootlogd.initd
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-description="bootlogd - record boot messages (sysvinit)"
-pidfile="/run/bootlogd"
-command="/sbin/bootlogd"
-command_args="-p ${pidfile}"

diff --git a/sys-apps/sysvinit/files/halt.sh b/sys-apps/sysvinit/files/halt.sh
deleted file mode 100644
index ff68c425..
--- a/sys-apps/sysvinit/files/halt.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-if [ "${INIT_HALT}" = HALT ]; then
-   exec /sbin/halt -dhn
-else
-   exec /sbin/poweroff -dhn
-fi

diff --git a/sys-apps/sysvinit/files/inittab-2.91 
b/sys-apps/sysvinit/files/inittab-2.91
deleted file mode 100644
index f9ed8d11..
--- a/sys-apps/sysvinit/files/inittab-2.91
+++ /dev/null
@@ -1,61 +0,0 @@
-#
-# /etc/inittab:  This file describes how the INIT process should set up
-#the system in a certain run-level.
-#
-# Author:  Miquel van Smoorenburg, 
-# Modified by:  Patrick J. Volkerding, 
-# Modified by:  Daniel Robbins, 
-# Modified by:  Martin Schlemmer, 
-# Modified by:  Mike Frysinger, 
-# Modified by:  Robin H. Johnson, 
-# Modified by:  William Hubbs, 
-#
-
-# Default runlevel.
-id:3:initdefault:
-
-# System initialization, mount local filesystems, etc.
-si::sysinit:/sbin/openrc sysinit
-
-# Further system initialization, brings up the boot runlevel.
-rc::bootwait:/sbin/openrc boot
-
-l0u:0:wait:/sbin/telinit u
-l0:0:wait:/sbin/openrc shutdown
-l0s:0:wait:/sbin/halt -dhnp
-l1:1:wait:/sbin/openrc single
-l2:2:wait:/sbin/openrc nonetwork
-l3:3:wait:/sbin/openrc default
-l4:4:wait:/sbin/openrc default
-l5:5:wait:/sbin/openrc default
-l6u:6:wait:/sbin/telinit u
-l6:6:wait:/sbin/openrc reboot
-l6r:6:wait:/sbin/reboot -dkn
-#z6:6:respawn:/sbin/sulogin
-
-# new-style single-user
-su0:S:wait:/sbin/openrc single
-su1:S:wait:/sbin/sulogin
-
-# TERMINALS
-#x1:12345:respawn:/sbin/agetty 38400 console linux
-c1:12345:respawn:/sbin/agetty 38400 tty1 linux
-c2:2345:respawn:/sbin/agetty 38400 tty2 linux
-c3:2345:respawn:/sbin

[gentoo-commits] proj/musl:master commit in: sys-apps/sysvinit/

2020-12-07 Thread Jory Pratt
commit: fd9eb11062b7dc4d6ac1d9dc779322abe8e4cf26
Author: Jory Pratt  gentoo  org>
AuthorDate: Mon Dec  7 14:13:00 2020 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Dec  7 14:13:00 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=fd9eb110

sys-apps/sysvinit: cleanup whitespace and unneeded blank line

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Jory Pratt  gentoo.org>

 sys-apps/sysvinit/sysvinit-2.97.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys-apps/sysvinit/sysvinit-2.97.ebuild 
b/sys-apps/sysvinit/sysvinit-2.97.ebuild
index e7338ae..d64e729 100644
--- a/sys-apps/sysvinit/sysvinit-2.97.ebuild
+++ b/sys-apps/sysvinit/sysvinit-2.97.ebuild
@@ -53,11 +53,10 @@ src_prepare() {
-e '/\/bin\/pidof/d' \
-e '/^MAN8/s:\::g' \
src/Makefile || die
-   
+
# stack protector is broken on x86 musl
sed -i 's/-fstack-protector-strong//' src/Makefile || die
 
-
# logsave is already in e2fsprogs
sed -i -r \
-e '/^(USR)?S?BIN/s:\::g' \



[gentoo-commits] proj/musl:master commit in: sys-apps/sysvinit/, sys-apps/sysvinit/files/

2020-12-07 Thread Jory Pratt
commit: 98afa7174f1cabd3f8e81c173aa90a1040e11a26
Author: stefson  yahoo  de>
AuthorDate: Fri Dec  4 19:26:48 2020 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Dec  7 14:12:07 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=98afa717

sys-apps/sysvinit: add new stable 2.97 for x86

Signed-off-by: Steffen Kuhn  yandex.com>
Signed-off-by: Jory Pratt  gentoo.org>

 sys-apps/sysvinit/Manifest |  2 +-
 sys-apps/sysvinit/files/halt.sh|  6 ++
 sys-apps/sysvinit/files/inittab-2.95   | 61 +++
 .../files/sysvinit-2.95_beta-shutdown-h.patch  | 87 ++
 .../{sysvinit-2.94.ebuild => sysvinit-2.97.ebuild} | 45 +++
 5 files changed, 187 insertions(+), 14 deletions(-)

diff --git a/sys-apps/sysvinit/Manifest b/sys-apps/sysvinit/Manifest
index 8599133..5a1c9f3 100644
--- a/sys-apps/sysvinit/Manifest
+++ b/sys-apps/sysvinit/Manifest
@@ -1,2 +1,2 @@
 DIST sysvinit-2.93.tar.xz 117580 BLAKE2B 
2e771b00dbdc73e76df9e78659aaa5e5fcbfda36290a1b5aa20a5a6fe3540c4616f2a235a668de30d33c620e2d2516da303537eda47b83b29b0844ad7aa77df4
 SHA512 
c80d07a674253d15ec6382cfaf792f47486e2e84ab9c913d3c9e03b590cf211177a3a14e168f4d1c9c2e97737221f7ac70a75633d90502837a6d29bdc4c48d72
-DIST sysvinit-2.94.tar.xz 120900 BLAKE2B 
e45a95246325e93ef49f11573924216937e238761cb9f5979ae2b272838fb3280b1d12c9553992271f7926dc7c7bc18e352a8019a70f54c592971fe043453804
 SHA512 
8d3b7b777f7c37cf5eaf73d4cdfad8ac54c6115577052bd7ddf3588da8fb7d16b812ffaade0ce300c2c6b7d2acd6e7778130544befc171eab174ee8766b3ec50
+DIST sysvinit-2.97.tar.xz 126848 BLAKE2B 
dd2612de531a89f1fdbfaeb8b5975aeba9541a6b570587a881bdb11406991c1a9b254d1802725298eb13362d625d3859b520ee964782a0fe43d3f038a28b49e6
 SHA512 
89950080a120b62bdd297f3a59898dd11e10c7438cf18774bad16c65ce5fb2e190726e601c6f263def32cff59867c0984edcd99d527eb80297901085afbb2e90

diff --git a/sys-apps/sysvinit/files/halt.sh b/sys-apps/sysvinit/files/halt.sh
new file mode 100644
index 000..ff68c42
--- /dev/null
+++ b/sys-apps/sysvinit/files/halt.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+if [ "${INIT_HALT}" = HALT ]; then
+   exec /sbin/halt -dhn
+else
+   exec /sbin/poweroff -dhn
+fi

diff --git a/sys-apps/sysvinit/files/inittab-2.95 
b/sys-apps/sysvinit/files/inittab-2.95
new file mode 100644
index 000..03f226a
--- /dev/null
+++ b/sys-apps/sysvinit/files/inittab-2.95
@@ -0,0 +1,61 @@
+#
+# /etc/inittab:  This file describes how the INIT process should set up
+#the system in a certain run-level.
+#
+# Author:  Miquel van Smoorenburg, 
+# Modified by:  Patrick J. Volkerding, 
+# Modified by:  Daniel Robbins, 
+# Modified by:  Martin Schlemmer, 
+# Modified by:  Mike Frysinger, 
+# Modified by:  Robin H. Johnson, 
+# Modified by:  William Hubbs, 
+#
+
+# Default runlevel.
+id:3:initdefault:
+
+# System initialization, mount local filesystems, etc.
+si::sysinit:/sbin/openrc sysinit
+
+# Further system initialization, brings up the boot runlevel.
+rc::bootwait:/sbin/openrc boot
+
+l0u:0:wait:/sbin/telinit u
+l0:0:wait:/sbin/openrc shutdown
+l0s:0:wait:/sbin/halt.sh
+l1:1:wait:/sbin/openrc single
+l2:2:wait:/sbin/openrc nonetwork
+l3:3:wait:/sbin/openrc default
+l4:4:wait:/sbin/openrc default
+l5:5:wait:/sbin/openrc default
+l6u:6:wait:/sbin/telinit u
+l6:6:wait:/sbin/openrc reboot
+l6r:6:wait:/sbin/reboot -dkn
+#z6:6:respawn:/sbin/sulogin
+
+# new-style single-user
+su0:S:wait:/sbin/openrc single
+su1:S:wait:/sbin/sulogin
+
+# TERMINALS
+#x1:12345:respawn:/sbin/agetty 38400 console linux
+c1:12345:respawn:/sbin/agetty 38400 tty1 linux
+c2:2345:respawn:/sbin/agetty 38400 tty2 linux
+c3:2345:respawn:/sbin/agetty 38400 tty3 linux
+c4:2345:respawn:/sbin/agetty 38400 tty4 linux
+c5:2345:respawn:/sbin/agetty 38400 tty5 linux
+c6:2345:respawn:/sbin/agetty 38400 tty6 linux
+
+# SERIAL CONSOLES
+#s0:12345:respawn:/sbin/agetty -L 9600 ttyS0 vt100
+#s1:12345:respawn:/sbin/agetty -L 9600 ttyS1 vt100
+
+# What to do at the "Three Finger Salute".
+ca:12345:ctrlaltdel:/sbin/shutdown -r now
+
+# Used by /etc/init.d/xdm to control DM startup.
+# Read the comments in /etc/init.d/xdm for more
+# info. Do NOT remove, as this will start nothing
+# extra at boot if /etc/init.d/xdm is not added
+# to the "default" runlevel.
+x:a:once:/etc/X11/startDM.sh

diff --git a/sys-apps/sysvinit/files/sysvinit-2.95_beta-shutdown-h.patch 
b/sys-apps/sysvinit/files/sysvinit-2.95_beta-shutdown-h.patch
new file mode 100644
index 000..f24e102
--- /dev/null
+++ b/sys-apps/sysvinit/files/sysvinit-2.95_beta-shutdown-h.patch
@@ -0,0 +1,87 @@
+other inits have moved to not requiring the -h flag when used with -H/-P.
+modify sysvinit to be the same since it really doesn't matter.
+
+https://bugs.gentoo.org/449354
+
+patch by Doug Goldstein
+
+---
+ man/shutdown.8 |   11 ---
+ src/shutdown.c |   12 
+ 2 files changed, 8 insertions(+), 15 deletions(-)
+
+--- sysvinit-2.95/man/shutdown.8
 sysvinit-2.95/ma

[gentoo-commits] proj/musl:master commit in: sys-apps/sysvinit/

2020-12-07 Thread Jory Pratt
commit: 249632e576e27c2071e5b6f786c1ea700299d19d
Author: stefson  yahoo  de>
AuthorDate: Fri Dec  4 19:20:18 2020 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Dec  7 14:11:59 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=249632e5

sys-apps/sysvinit: drop all keywords but x86

x86 has broken stack protector on musl, all other arches are fine

Signed-off-by: Steffen Kuhn  yandex.com>
Signed-off-by: Jory Pratt  gentoo.org>

 sys-apps/sysvinit/sysvinit-2.93.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/sysvinit/sysvinit-2.93.ebuild 
b/sys-apps/sysvinit/sysvinit-2.93.ebuild
index bd8282f..f36bbba 100644
--- a/sys-apps/sysvinit/sysvinit-2.93.ebuild
+++ b/sys-apps/sysvinit/sysvinit-2.93.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://nongnu/${PN}/${P/_/-}.tar.xz"
 LICENSE="GPL-2"
 SLOT="0"
 [[ "${PV}" == *beta* ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ppc ppc64 x86"
+KEYWORDS="x86"
 IUSE="selinux ibm static"
 
 CDEPEND="



[gentoo-commits] proj/musl:master commit in: sys-apps/sysvinit/

2020-12-03 Thread Jory Pratt
commit: c5c10c1b3d7dd46c4dc3251faa6b915f04b38da9
Author: stefson  yahoo  de>
AuthorDate: Thu Dec  3 13:55:58 2020 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Thu Dec  3 16:17:00 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=c5c10c1b

sys-apps/sysvinit: fix typo in documentation

Closes: https://github.com/gentoo/musl/pull/364

Signed-off-by: Steffen Kuhn  yandex.com>
Signed-off-by: Jory Pratt  gentoo.org>

 sys-apps/sysvinit/sysvinit-2.93.ebuild | 2 +-
 sys-apps/sysvinit/sysvinit-2.94.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/sysvinit/sysvinit-2.93.ebuild 
b/sys-apps/sysvinit/sysvinit-2.93.ebuild
index 9b6df22..bd8282f 100644
--- a/sys-apps/sysvinit/sysvinit-2.93.ebuild
+++ b/sys-apps/sysvinit/sysvinit-2.93.ebuild
@@ -50,7 +50,7 @@ src_prepare() {
-e '/^MAN8/s:\::g' \
src/Makefile || die
 
-   # stack protector is broken no x86 musl
+   # stack protector is broken on x86 musl
sed -i 's/-fstack-protector-strong//' src/Makefile || die
 
# Mung inittab for specific architectures

diff --git a/sys-apps/sysvinit/sysvinit-2.94.ebuild 
b/sys-apps/sysvinit/sysvinit-2.94.ebuild
index 5260eeb..b168492 100644
--- a/sys-apps/sysvinit/sysvinit-2.94.ebuild
+++ b/sys-apps/sysvinit/sysvinit-2.94.ebuild
@@ -50,7 +50,7 @@ src_prepare() {
-e '/^MAN8/s:\::g' \
src/Makefile || die
 
-   # stack protector is broken no x86 musl
+   # stack protector is broken on x86 musl
sed -i 's/-fstack-protector-strong//' src/Makefile || die
 
# logsave is already in e2fsprogs



[gentoo-commits] proj/musl:master commit in: sys-apps/sysvinit/

2020-09-04 Thread Georgy Yakovlev
commit: 3a278ef016a00a20eaadba4631970fba0ddd
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Sep  4 23:46:06 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Sep  4 23:46:06 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=3a278ef0

sys-apps/sysvinit: remove sh references

gentoo sh port discontinued.
ebuild fails with

USE Flag 'sh' not in IUSE for sys-apps/sysvinit-2.93

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-apps/sysvinit/sysvinit-2.93.ebuild | 2 +-
 sys-apps/sysvinit/sysvinit-2.94.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/sysvinit/sysvinit-2.93.ebuild 
b/sys-apps/sysvinit/sysvinit-2.93.ebuild
index 7102f0d..9b6df22 100644
--- a/sys-apps/sysvinit/sysvinit-2.93.ebuild
+++ b/sys-apps/sysvinit/sysvinit-2.93.ebuild
@@ -68,7 +68,7 @@ src_prepare() {
'#hvsi:2345:respawn:/sbin/agetty -L 19200 hvsi0'
)
fi
-   (use arm || use mips || use sh || use sparc) && sed -i '/ttyS0/s:#::' 
inittab
+   (use arm || use mips || use sparc) && sed -i '/ttyS0/s:#::' inittab
if use x86 || use amd64 ; then
sed -i \
-e '/ttyS[01]/s:9600:115200:' \

diff --git a/sys-apps/sysvinit/sysvinit-2.94.ebuild 
b/sys-apps/sysvinit/sysvinit-2.94.ebuild
index 152c296..5260eeb 100644
--- a/sys-apps/sysvinit/sysvinit-2.94.ebuild
+++ b/sys-apps/sysvinit/sysvinit-2.94.ebuild
@@ -74,7 +74,7 @@ src_prepare() {
'#hvsi:2345:respawn:/sbin/agetty -L 19200 hvsi0'
)
fi
-   (use arm || use mips || use sh || use sparc) && sed -i '/ttyS0/s:#::' 
inittab
+   (use arm || use mips || use sparc) && sed -i '/ttyS0/s:#::' inittab
if use x86 || use amd64 ; then
sed -i \
-e '/ttyS[01]/s:9600:115200:' \



[gentoo-commits] proj/musl:master commit in: sys-apps/sysvinit/

2020-01-29 Thread Georgy Yakovlev
commit: ece6ce00ac1641464cb7d615fd220bfa6440
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jan 30 05:46:25 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Jan 30 05:46:25 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=ece6

sys-apps/sysvinit: restore ppc64 keyword

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-apps/sysvinit/sysvinit-2.93.ebuild | 4 ++--
 sys-apps/sysvinit/sysvinit-2.94.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-apps/sysvinit/sysvinit-2.93.ebuild 
b/sys-apps/sysvinit/sysvinit-2.93.ebuild
index 54eafc4..7102f0d 100644
--- a/sys-apps/sysvinit/sysvinit-2.93.ebuild
+++ b/sys-apps/sysvinit/sysvinit-2.93.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://nongnu/${PN}/${P/_/-}.tar.xz"
 LICENSE="GPL-2"
 SLOT="0"
 [[ "${PV}" == *beta* ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ppc x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ppc ppc64 x86"
 IUSE="selinux ibm static"
 
 CDEPEND="

diff --git a/sys-apps/sysvinit/sysvinit-2.94.ebuild 
b/sys-apps/sysvinit/sysvinit-2.94.ebuild
index 7f1c6f4..152c296 100644
--- a/sys-apps/sysvinit/sysvinit-2.94.ebuild
+++ b/sys-apps/sysvinit/sysvinit-2.94.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://nongnu/${PN}/${P/_/-}.tar.xz"
 LICENSE="GPL-2"
 SLOT="0"
 [[ "${PV}" == *beta* ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
 IUSE="selinux ibm static"
 
 CDEPEND="



[gentoo-commits] proj/musl:master commit in: sys-apps/sysvinit/

2019-05-04 Thread Anthony G. Basile
commit: cd9c0cf7f9cdab20c1e666513324afc8b71a84e2
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat May  4 15:06:33 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat May  4 15:06:57 2019 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=cd9c0cf7

sys-apps/sysvinit: stable 2.93 needed for ppc

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 sys-apps/sysvinit/sysvinit-2.93.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/sysvinit/sysvinit-2.93.ebuild 
b/sys-apps/sysvinit/sysvinit-2.93.ebuild
index e4bba86..93c711f 100644
--- a/sys-apps/sysvinit/sysvinit-2.93.ebuild
+++ b/sys-apps/sysvinit/sysvinit-2.93.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://nongnu/${PN}/${P/_/-}.tar.xz"
 LICENSE="GPL-2"
 SLOT="0"
 [[ "${PV}" == *beta* ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ppc x86"
 IUSE="selinux ibm static kernel_FreeBSD"
 
 CDEPEND="



[gentoo-commits] proj/musl:master commit in: sys-apps/sysvinit/, sys-apps/sysvinit/files/

2019-03-10 Thread Anthony G. Basile
commit: 1cd5d4b625d39070e7cd45e57cf6a755b338b57b
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Mar 10 16:01:51 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Mar 10 16:01:51 2019 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=1cd5d4b6

sys-apps/sysvinit: remove older versions

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-apps/sysvinit/Manifest |   2 -
 sys-apps/sysvinit/files/bootlogd.initd |   8 ++
 .../sysvinit/files/sysvinit-2.88-shutdown-h.patch  |  65 ---
 .../files/sysvinit-2.94_beta-shutdown-single.patch |  39 +++
 sys-apps/sysvinit/sysvinit-2.91-r1.ebuild  | 120 
 sys-apps/sysvinit/sysvinit-2.92.ebuild | 125 -
 6 files changed, 47 insertions(+), 312 deletions(-)

diff --git a/sys-apps/sysvinit/Manifest b/sys-apps/sysvinit/Manifest
index d2cce31..8599133 100644
--- a/sys-apps/sysvinit/Manifest
+++ b/sys-apps/sysvinit/Manifest
@@ -1,4 +1,2 @@
-DIST sysvinit-2.91.tar.xz 114412 BLAKE2B 
5e044f589f5001c2b5a30eda76bf5c24bb2a7e0d308b7027d54031848407e6b7667b59096044eb186a7f6a862521d4a670c05a17dcc929d07da6515058949606
 SHA512 
8dcf6de79b03567c300ef5f2b7dd211895745e231510d730092085a15f61f06f28cee7c504b0b022bdcb4b4e903f44946537d4fbb2b5069fb5d29bb099fd45f5
-DIST sysvinit-2.92.tar.xz 117560 BLAKE2B 
300c9b7dffb5a07ece9b12682bf49816143215953527b69fe80c4f7f9b487de6c812213c9a851c5636de3989889b3179ace9a17b35c985729655a7c877b67170
 SHA512 
1395943540bc52d999de64c426c7f807d7688166591a8104e6c8cec2f45f13e0e3dd3d182b91194402c38172f412424a6c7d8c09662b3b5169ba6f928b5592a9
 DIST sysvinit-2.93.tar.xz 117580 BLAKE2B 
2e771b00dbdc73e76df9e78659aaa5e5fcbfda36290a1b5aa20a5a6fe3540c4616f2a235a668de30d33c620e2d2516da303537eda47b83b29b0844ad7aa77df4
 SHA512 
c80d07a674253d15ec6382cfaf792f47486e2e84ab9c913d3c9e03b590cf211177a3a14e168f4d1c9c2e97737221f7ac70a75633d90502837a6d29bdc4c48d72
 DIST sysvinit-2.94.tar.xz 120900 BLAKE2B 
e45a95246325e93ef49f11573924216937e238761cb9f5979ae2b272838fb3280b1d12c9553992271f7926dc7c7bc18e352a8019a70f54c592971fe043453804
 SHA512 
8d3b7b777f7c37cf5eaf73d4cdfad8ac54c6115577052bd7ddf3588da8fb7d16b812ffaade0ce300c2c6b7d2acd6e7778130544befc171eab174ee8766b3ec50

diff --git a/sys-apps/sysvinit/files/bootlogd.initd 
b/sys-apps/sysvinit/files/bootlogd.initd
new file mode 100644
index 000..11b3ab7
--- /dev/null
+++ b/sys-apps/sysvinit/files/bootlogd.initd
@@ -0,0 +1,8 @@
+#!/sbin/openrc-run
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+description="bootlogd - record boot messages (sysvinit)"
+pidfile="/run/bootlogd"
+command="/sbin/bootlogd"
+command_args="-p ${pidfile}"

diff --git a/sys-apps/sysvinit/files/sysvinit-2.88-shutdown-h.patch 
b/sys-apps/sysvinit/files/sysvinit-2.88-shutdown-h.patch
deleted file mode 100644
index 716999c..000
--- a/sys-apps/sysvinit/files/sysvinit-2.88-shutdown-h.patch
+++ /dev/null
@@ -1,65 +0,0 @@
-other inits have moved to not requiring the -h flag when used with -H/-P.
-modify sysvinit to be the same since it really doesn't matter.
-
-https://bugs.gentoo.org/449354
-
-patch by Doug Goldstein
-
 sysvinit-2.88dsf/man/shutdown.8
-+++ sysvinit-2.88dsf/man/shutdown.8
-@@ -66,16 +66,15 @@
- .\"}}}
- .\"{{{  -h
- .IP \fB\-h\fP
--Halt or power off after shutdown.
-+Equivalent to -P, unless -H is specified.
- .\"}}}
- .\"{{{  -P
- .IP \fB\-P\fP
--Halt action is to turn off the power.
-+Action is to power-off the machine.
- .\"}}}
- .\"{{{  -H
- .IP \fB\-H\fP
--Modifier to the -h flag.  Halt action is to halt or drop into boot
--monitor on systems that support it.  Must be used with the -h flag.
-+Action is to halt the machine.
- .\"}}}
- .\"{{{  -f
- .IP \fB\-f\fP
 sysvinit-2.88dsf/src/shutdown.c
-+++ sysvinit-2.88dsf/src/shutdown.c
-@@ -514,9 +514,11 @@
-   switch(c) {
-   case 'H':
-   halttype = "HALT";
-+  down_level[0] = '0';
-   break;
-   case 'P':
-   halttype = "POWERDOWN";
-+  down_level[0] = '0';
-   break;
-   case 'a': /* Access control. */
-   useacl = 1;
-@@ -532,6 +534,8 @@
-   break;
-   case 'h': /* Halt after shutdown */
-   down_level[0] = '0';
-+  if (!halttype)
-+  halttype = "POWERDOWN";
-   break;
-   case 'f': /* Don't perform fsck after next boot */
-   fastboot = 1;
-@@ -565,12 +569,6 @@
-   }
-   }
- 
--  if (NULL != halttype && down_level[0] != '0') {
--  

[gentoo-commits] proj/musl:master commit in: sys-apps/sysvinit/

2019-03-10 Thread Anthony G. Basile
commit: 1f88ae96ca26c021357e3fa2c4012c26ca96dc05
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Mar 10 15:53:15 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Mar 10 15:53:15 2019 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=1f88ae96

sys-apps/sysvinit: bump to 2.93 and 2.94

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-apps/sysvinit/Manifest |   2 +
 sys-apps/sysvinit/sysvinit-2.93.ebuild | 130 +++
 sys-apps/sysvinit/sysvinit-2.94.ebuild | 136 +
 3 files changed, 268 insertions(+)

diff --git a/sys-apps/sysvinit/Manifest b/sys-apps/sysvinit/Manifest
index 59f5d29..d2cce31 100644
--- a/sys-apps/sysvinit/Manifest
+++ b/sys-apps/sysvinit/Manifest
@@ -1,2 +1,4 @@
 DIST sysvinit-2.91.tar.xz 114412 BLAKE2B 
5e044f589f5001c2b5a30eda76bf5c24bb2a7e0d308b7027d54031848407e6b7667b59096044eb186a7f6a862521d4a670c05a17dcc929d07da6515058949606
 SHA512 
8dcf6de79b03567c300ef5f2b7dd211895745e231510d730092085a15f61f06f28cee7c504b0b022bdcb4b4e903f44946537d4fbb2b5069fb5d29bb099fd45f5
 DIST sysvinit-2.92.tar.xz 117560 BLAKE2B 
300c9b7dffb5a07ece9b12682bf49816143215953527b69fe80c4f7f9b487de6c812213c9a851c5636de3989889b3179ace9a17b35c985729655a7c877b67170
 SHA512 
1395943540bc52d999de64c426c7f807d7688166591a8104e6c8cec2f45f13e0e3dd3d182b91194402c38172f412424a6c7d8c09662b3b5169ba6f928b5592a9
+DIST sysvinit-2.93.tar.xz 117580 BLAKE2B 
2e771b00dbdc73e76df9e78659aaa5e5fcbfda36290a1b5aa20a5a6fe3540c4616f2a235a668de30d33c620e2d2516da303537eda47b83b29b0844ad7aa77df4
 SHA512 
c80d07a674253d15ec6382cfaf792f47486e2e84ab9c913d3c9e03b590cf211177a3a14e168f4d1c9c2e97737221f7ac70a75633d90502837a6d29bdc4c48d72
+DIST sysvinit-2.94.tar.xz 120900 BLAKE2B 
e45a95246325e93ef49f11573924216937e238761cb9f5979ae2b272838fb3280b1d12c9553992271f7926dc7c7bc18e352a8019a70f54c592971fe043453804
 SHA512 
8d3b7b777f7c37cf5eaf73d4cdfad8ac54c6115577052bd7ddf3588da8fb7d16b812ffaade0ce300c2c6b7d2acd6e7778130544befc171eab174ee8766b3ec50

diff --git a/sys-apps/sysvinit/sysvinit-2.93.ebuild 
b/sys-apps/sysvinit/sysvinit-2.93.ebuild
new file mode 100644
index 000..e654f1f
--- /dev/null
+++ b/sys-apps/sysvinit/sysvinit-2.93.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs flag-o-matic
+
+DESCRIPTION="/sbin/init - parent of all processes"
+HOMEPAGE="https://savannah.nongnu.org/projects/sysvinit";
+SRC_URI="mirror://nongnu/${PN}/${P/_/-}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+[[ "${PV}" == *beta* ]] || \
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86"
+IUSE="selinux ibm static kernel_FreeBSD"
+
+CDEPEND="
+   selinux? (
+   >=sys-libs/libselinux-1.28
+   )"
+DEPEND="${CDEPEND}
+   virtual/os-headers"
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-shutdown )
+   !::g' \
+   -e 
'/^MAN[18]/s:\<(last|lastb|mesg|mountpoint|sulogin|utmpdump|wall)[.][18]\>::g' \
+   src/Makefile || die
+
+   # pidof has moved to >=procps-3.3.9
+   sed -i -r \
+   -e '/\/bin\/pidof/d' \
+   -e '/^MAN8/s:\::g' \
+   src/Makefile || die
+
+   # stack protector is broken no x86 musl
+   sed -i 's/-fstack-protector-strong//' src/Makefile || die
+
+   # Mung inittab for specific architectures
+   cd "${WORKDIR}" || die
+   cp "${FILESDIR}"/inittab-2.91 inittab || die "cp inittab"
+   local insert=()
+   use ppc && insert=( '#psc0:12345:respawn:/sbin/agetty 115200 ttyPSC0 
linux' )
+   use arm && insert=( '#f0:12345:respawn:/sbin/agetty 9600 ttyFB0 vt100' )
+   use arm64 && insert=( 'f0:12345:respawn:/sbin/agetty 9600 ttyAMA0 
vt100' )
+   use hppa && insert=( 'b0:12345:respawn:/sbin/agetty 9600 ttyB0 vt100' )
+   use s390 && insert=( 's0:12345:respawn:/sbin/agetty 38400 console dumb' 
)
+   if use ibm ; then
+   insert+=(
+   '#hvc0:2345:respawn:/sbin/agetty -L 9600 hvc0'
+   '#hvsi:2345:respawn:/sbin/agetty -L 19200 hvsi0'
+   )
+   fi
+   (use arm || use mips || use sh || use sparc) && sed -i '/ttyS0/s:#::' 
inittab
+   if use kernel_FreeBSD ; then
+   sed -i \
+   -e 's/linux/cons25/g' \
+   -e 's/ttyS0/cuaa0/g' \
+   -e 's/ttyS1/cuaa1/g' \
+   inittab #121786
+   fi
+   if use x86 || use amd64 ; then
+   sed -i \
+   -e '/ttyS[01]/s:9600:115200:' \
+   inittab
+   fi
+   if [[ ${#insert[@]} -gt 0 ]] ; then
+   printf '%s\n' '' '# Architecture specific features' 
"${insert[@]}" >> inittab
+   fi
+}
+
+src_compile() {
+   tc-export CC
+   append-lfs-flags
+   export DISTRO= #38131

[gentoo-commits] proj/musl:master commit in: sys-apps/sysvinit/

2019-03-10 Thread Anthony G. Basile
commit: b6312fc0aab61f227d8a3af2637fc133e52f2f43
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Mar 10 15:54:03 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Mar 10 15:54:03 2019 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=b6312fc0

sys-apps/sysvinit: 2.93 stable for x86

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-apps/sysvinit/sysvinit-2.93.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/sysvinit/sysvinit-2.93.ebuild 
b/sys-apps/sysvinit/sysvinit-2.93.ebuild
index e654f1f..e4bba86 100644
--- a/sys-apps/sysvinit/sysvinit-2.93.ebuild
+++ b/sys-apps/sysvinit/sysvinit-2.93.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://nongnu/${PN}/${P/_/-}.tar.xz"
 LICENSE="GPL-2"
 SLOT="0"
 [[ "${PV}" == *beta* ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc x86"
 IUSE="selinux ibm static kernel_FreeBSD"
 
 CDEPEND="



[gentoo-commits] proj/musl:master commit in: sys-apps/sysvinit/

2018-11-24 Thread Anthony G. Basile
commit: 22a66ee3076bad59e18eb6a97baaffe85d9835a9
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Nov 25 01:36:51 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Nov 25 01:36:51 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=22a66ee3

sys-apps/sysvinit: stable on x86

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-apps/sysvinit/sysvinit-2.91-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/sysvinit/sysvinit-2.91-r1.ebuild 
b/sys-apps/sysvinit/sysvinit-2.91-r1.ebuild
index c16000d..5230328 100644
--- a/sys-apps/sysvinit/sysvinit-2.91-r1.ebuild
+++ b/sys-apps/sysvinit/sysvinit-2.91-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86"
+KEYWORDS="x86"
 IUSE="selinux ibm static kernel_FreeBSD"
 
 CDEPEND="



[gentoo-commits] proj/musl:master commit in: sys-apps/sysvinit/, sys-apps/sysvinit/files/

2018-11-24 Thread Anthony G. Basile
commit: 285b520a169db96d841536f648189097e488e829
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Nov 25 01:30:53 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Nov 25 01:30:53 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=285b520a

sys-apps/sysvinit: stack protector is broken on musl x86

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-apps/sysvinit/Manifest |   2 +
 sys-apps/sysvinit/files/bootlogd   |  12 ++
 sys-apps/sysvinit/files/inittab-2.91   |  61 +
 sys-apps/sysvinit/files/sysvinit-2.86-kexec.patch  | 142 +
 .../files/sysvinit-2.86-shutdown-single.patch  |  36 ++
 .../sysvinit/files/sysvinit-2.88-shutdown-h.patch  |  65 ++
 .../files/sysvinit-2.92_beta-shutdown-h.patch  |  81 
 sys-apps/sysvinit/metadata.xml |  12 ++
 sys-apps/sysvinit/sysvinit-2.91-r1.ebuild  | 120 +
 sys-apps/sysvinit/sysvinit-2.92.ebuild | 125 ++
 10 files changed, 656 insertions(+)

diff --git a/sys-apps/sysvinit/Manifest b/sys-apps/sysvinit/Manifest
new file mode 100644
index 000..59f5d29
--- /dev/null
+++ b/sys-apps/sysvinit/Manifest
@@ -0,0 +1,2 @@
+DIST sysvinit-2.91.tar.xz 114412 BLAKE2B 
5e044f589f5001c2b5a30eda76bf5c24bb2a7e0d308b7027d54031848407e6b7667b59096044eb186a7f6a862521d4a670c05a17dcc929d07da6515058949606
 SHA512 
8dcf6de79b03567c300ef5f2b7dd211895745e231510d730092085a15f61f06f28cee7c504b0b022bdcb4b4e903f44946537d4fbb2b5069fb5d29bb099fd45f5
+DIST sysvinit-2.92.tar.xz 117560 BLAKE2B 
300c9b7dffb5a07ece9b12682bf49816143215953527b69fe80c4f7f9b487de6c812213c9a851c5636de3989889b3179ace9a17b35c985729655a7c877b67170
 SHA512 
1395943540bc52d999de64c426c7f807d7688166591a8104e6c8cec2f45f13e0e3dd3d182b91194402c38172f412424a6c7d8c09662b3b5169ba6f928b5592a9

diff --git a/sys-apps/sysvinit/files/bootlogd b/sys-apps/sysvinit/files/bootlogd
new file mode 100755
index 000..3f3e363
--- /dev/null
+++ b/sys-apps/sysvinit/files/bootlogd
@@ -0,0 +1,12 @@
+#!/sbin/openrc-run
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+description="bootlogd - record boot messages (sysvinit)"
+pidfile="/run/bootlogd"
+command="/sbin/bootlogd"
+command_args="-c -p ${pidfile}"
+
+depend() {
+   need localmount root
+}

diff --git a/sys-apps/sysvinit/files/inittab-2.91 
b/sys-apps/sysvinit/files/inittab-2.91
new file mode 100644
index 000..f9ed8d1
--- /dev/null
+++ b/sys-apps/sysvinit/files/inittab-2.91
@@ -0,0 +1,61 @@
+#
+# /etc/inittab:  This file describes how the INIT process should set up
+#the system in a certain run-level.
+#
+# Author:  Miquel van Smoorenburg, 
+# Modified by:  Patrick J. Volkerding, 
+# Modified by:  Daniel Robbins, 
+# Modified by:  Martin Schlemmer, 
+# Modified by:  Mike Frysinger, 
+# Modified by:  Robin H. Johnson, 
+# Modified by:  William Hubbs, 
+#
+
+# Default runlevel.
+id:3:initdefault:
+
+# System initialization, mount local filesystems, etc.
+si::sysinit:/sbin/openrc sysinit
+
+# Further system initialization, brings up the boot runlevel.
+rc::bootwait:/sbin/openrc boot
+
+l0u:0:wait:/sbin/telinit u
+l0:0:wait:/sbin/openrc shutdown
+l0s:0:wait:/sbin/halt -dhnp
+l1:1:wait:/sbin/openrc single
+l2:2:wait:/sbin/openrc nonetwork
+l3:3:wait:/sbin/openrc default
+l4:4:wait:/sbin/openrc default
+l5:5:wait:/sbin/openrc default
+l6u:6:wait:/sbin/telinit u
+l6:6:wait:/sbin/openrc reboot
+l6r:6:wait:/sbin/reboot -dkn
+#z6:6:respawn:/sbin/sulogin
+
+# new-style single-user
+su0:S:wait:/sbin/openrc single
+su1:S:wait:/sbin/sulogin
+
+# TERMINALS
+#x1:12345:respawn:/sbin/agetty 38400 console linux
+c1:12345:respawn:/sbin/agetty 38400 tty1 linux
+c2:2345:respawn:/sbin/agetty 38400 tty2 linux
+c3:2345:respawn:/sbin/agetty 38400 tty3 linux
+c4:2345:respawn:/sbin/agetty 38400 tty4 linux
+c5:2345:respawn:/sbin/agetty 38400 tty5 linux
+c6:2345:respawn:/sbin/agetty 38400 tty6 linux
+
+# SERIAL CONSOLES
+#s0:12345:respawn:/sbin/agetty -L 9600 ttyS0 vt100
+#s1:12345:respawn:/sbin/agetty -L 9600 ttyS1 vt100
+
+# What to do at the "Three Finger Salute".
+ca:12345:ctrlaltdel:/sbin/shutdown -r now
+
+# Used by /etc/init.d/xdm to control DM startup.
+# Read the comments in /etc/init.d/xdm for more
+# info. Do NOT remove, as this will start nothing
+# extra at boot if /etc/init.d/xdm is not added
+# to the "default" runlevel.
+x:a:once:/etc/X11/startDM.sh

diff --git a/sys-apps/sysvinit/files/sysvinit-2.86-kexec.patch 
b/sys-apps/sysvinit/files/sysvinit-2.86-kexec.patch
new file mode 100644
index 000..4948806
--- /dev/null
+++ b/sys-apps/sysvinit/files/sysvinit-2.86-kexec.patch
@@ -0,0 +1,142 @@
+halt: add a -k kexec flag
+
+--- a/man/halt.8
 b/man/halt.8
+@@ -40,6 +40,7 @@ halt, reboot, poweroff \- stop the system.
+ .RB [ \-d ]
+ .RB [ \-f ]
+

[gentoo-commits] proj/musl:master commit in: sys-apps/sysvinit/, sys-apps/sysvinit/files/

2016-07-14 Thread Anthony G. Basile
commit: db01d95a16c585987dc9f6e8e09faa580baba14e
Author: Felix Janda  posteo  de>
AuthorDate: Sun Jul 10 19:39:36 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Jul 15 05:38:05 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=db01d95a

sys-apps/sysvinit: In tree version works

Gentoo-Bug: https://bugs.gentoo.org/580958

 sys-apps/sysvinit/Manifest |  12 --
 sys-apps/sysvinit/files/inittab-2.87   |  58 -
 sys-apps/sysvinit/files/reboot.sh  |  11 --
 sys-apps/sysvinit/files/shutdown.sh|  13 --
 sys-apps/sysvinit/files/sysvinit-2.86-kexec.patch  | 142 -
 .../files/sysvinit-2.86-shutdown-single.patch  |  36 --
 .../sysvinit/files/sysvinit-2.88-makefile.patch|  60 -
 sys-apps/sysvinit/files/sysvinit-2.88-musl.patch   |  10 --
 .../sysvinit/files/sysvinit-2.88-selinux.patch |  38 --
 .../sysvinit/files/sysvinit-2.88-shutdown-h.patch  |  65 --
 sys-apps/sysvinit/metadata.xml |   8 --
 sys-apps/sysvinit/sysvinit-2.88-r999.ebuild| 113 
 12 files changed, 566 deletions(-)

diff --git a/sys-apps/sysvinit/Manifest b/sys-apps/sysvinit/Manifest
deleted file mode 100644
index 8593b15..000
--- a/sys-apps/sysvinit/Manifest
+++ /dev/null
@@ -1,12 +0,0 @@
-AUX inittab-2.87 1789 SHA256 
bc1ff4d63a0e4a878f6864f16b2f286c2d4c92c876f0b950f2b9c4bce7746b19 SHA512 
cd7f7ea6d3c38753b809dc74c4a436ec90291cf720bcdfbc990b1c43a79ac644149491fbe515d2eda7a53a0c1ee2af272d3ea7630d5d4eab5837ac55627fb9bd
 WHIRLPOOL 
a00cc7b77008aaabb7108de0f6258ac81c2c18c4d5a93a1ba07743c4ceb7eccbd91d610ded9351ba36111bdad7d9c22f89bf8bef6e4fafcdbe60d4789c613114
-AUX reboot.sh 304 SHA256 
967fa572014ac6dd69f5e7e24d5250abad9c20c644563b927b295778608cafef SHA512 
d47cde84e3a3b98b2f24d09d58977e22ec3db23c5860624ce29a40815df1a7aa69d9da92fd13769e19b52291e48d24a930fe536ba16365ada0ad96a6e157b73c
 WHIRLPOOL 
5fc4d2479eda414bbad53ffa9a22d1333b366d84657c816c9019d5050f84de551e8793712c2d4153189c22216afd1ba7dff7aed91544f7a2428fd65114968e42
-AUX shutdown.sh 385 SHA256 
2cc84a5194a949f16a82c6215459f4bf6d8156e50d8d9130d310f085bb208d4c SHA512 
cffa58c2b548e6aadeb05944cf7b88f93b4b40351766eaf24e0e3f258c03bb24c748311fcbb30c16efa3ed7b9cc0ccaa2be02099e1f37930f599d064da9e2054
 WHIRLPOOL 
42b63e21e12975c21c5aec479696b836e482b622b81ec7028139f7fea2f6a77d4bf98414ecd139ad5b1c5d698963a15ce5aedd06f7deb60193249f3dbc33c3d9
-AUX sysvinit-2.86-kexec.patch 3910 SHA256 
a9d764afc05ae73c2153b024a3b9e3295ba913e14e9684ddf1fd94467e4bc823 SHA512 
6ce3adf698554d15394edbe6dbfc62822859854d503b201c9f96bd81c2a8cd249ed44229a85dd8b97f454f9311abc5792e349f5cc512ff6d5570500d88044bee
 WHIRLPOOL 
aecabc2b97e80d401bba856a38ab92d66c038eb00fe58e56e7e87d6ecb4ef0ec8e07534430887eb3f204dfac20f2d94e6ea81e2d7597e3a937442f376f703887
-AUX sysvinit-2.86-shutdown-single.patch 1229 SHA256 
78852ca410e7ee23bf69cb6e566cb90404d8c8b7bcc10b264f66c97e0359d431 SHA512 
b1fa6225cdb0d5ed6d2d3128a9ad29dc76f14845c3fe57aa2edf234af456ae49f700b25ed4170a6337f662be224bd6ddfd424331483b0c482fd33cd045ddc575
 WHIRLPOOL 
a770eec46053c67a047832742197b8d30d8b5e2e27cad0dc4f608cbccde0b5ece7e08102c51372cc0b33304e266e3b03156d12209db14fbe61800b312ad556aa
-AUX sysvinit-2.88-makefile.patch 1545 SHA256 
34d6ee50be139ad08b620569df11ac6a4cdf3dae737733dda21a716c4064c194 SHA512 
d19e260902f69dd19bfaa4f3e415a816388663a7f89b9d102b27f44c5f2d0654b64ab2e5689a20a3975ff0801e4fb96ef7b6737bfb4ba9466ec58c477de322aa
 WHIRLPOOL 
bba46046a59969ac2007c3c932bf07646a5ebece72a216990c185b8eeead724e88cd349219ae528060b9c71a5df97d1e3221691cdbb77e16c9522014c836a76d
-AUX sysvinit-2.88-musl.patch 240 SHA256 
392bea0f822852e740280a04b5446d41954cb8627d9edf076d2532a79ab15478 SHA512 
cac79c4bc874b987db53d5011fded8a0a038c794bfe884ac9caf901d6098aa9a611150e80f23712c404768e2a0c8fb6ff4c392a269165a0104cb1f18e79b0987
 WHIRLPOOL 
473f855e5054228612d36e752bd052fa47ae962d757d3a5c4d3f73dbb90becdb106f7a0c4e6c39470a210e53e051b3ba9dd5b3430e640d312a556ded30137654
-AUX sysvinit-2.88-selinux.patch 1041 SHA256 
e987ab6e478e5b3987ae1c6e338cfc66ae356f704d0c3ea932f9e4335b4986f0 SHA512 
46eeb3ab2dd25f314b9f60b2dc8a7da2aa2aafb978953a730ccc36456d240e317930e86df69ce2592cf45978f3307dfc2522b24ae1158e64ff17dfa6ed84dcb8
 WHIRLPOOL 
4fe319df09759addf9499367a6da47e8effe93ec0a4ba5b7e7b1d0c746b324a303cdc81eb360c81e529faf41260d69e2b4364d6695b390db9dba1e3d1693c872
-AUX sysvinit-2.88-shutdown-h.patch 1626 SHA256 
642585158e6fbb185ed53804be2eeea85c037726ed19beb51a9ffb594e63ca0f SHA512 
244ed7c2242f52674153ccfebb92c7a9bdc68a25f98aacbbf107ddfce11b195483e90150619fbeae3167136fcb54b878f8eb77e2dfe225d9f2eeb2c182e5e2fe
 WHIRLPOOL 
6500d8be6313190e5ccf8ca0fe3d51ef879458f59e7ebe1849f666f3c20ffdea21d73f2951e978ac0bf7dce1f47be0113e129db784fdabb6f4407e4d78a3cb0d
-DIST sysvinit-2.88dsf.tar.bz2 105551 SHA256 
60bbc8c1e1792056e23761d22960b30bb13eccc2cabff8c7310a01f4d5df1519 SHA512 
0bd8eeb124e84fdfa8e621b05f796804