From e9654deb25729984b2edf5ebaaa47be7b11da741 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Tue, 27 Nov 2018 10:03:36 +0100 Subject: sys-apps/sysvinit: bootlogd init script improvements. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Lars Wendler --- sys-apps/sysvinit/files/bootlogd | 12 ------------ sys-apps/sysvinit/files/bootlogd.initd | 8 ++++++++ 2 files changed, 8 insertions(+), 12 deletions(-) delete mode 100755 sys-apps/sysvinit/files/bootlogd create mode 100644 sys-apps/sysvinit/files/bootlogd.initd (limited to 'sys-apps/sysvinit/files') diff --git a/sys-apps/sysvinit/files/bootlogd b/sys-apps/sysvinit/files/bootlogd deleted file mode 100755 index 3f3e3634e350..000000000000 --- 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 new file mode 100644 index 000000000000..a42219271a80 --- /dev/null +++ b/sys-apps/sysvinit/files/bootlogd.initd @@ -0,0 +1,8 @@ +#!/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="-p ${pidfile}" -- cgit v1.2.3-65-gdbad