From 5322830a7a26abaa2dfec0959638bc9591559a38 Mon Sep 17 00:00:00 2001 From: PA4WDH Date: Fri, 17 Dec 2021 11:40:48 +0100 Subject: Add sys-apps/sysvinit-3.01 --- sys-apps/sysvinit/files/bootlogd.confd | 2 ++ sys-apps/sysvinit/files/bootlogd.initd | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 sys-apps/sysvinit/files/bootlogd.confd (limited to 'sys-apps/sysvinit/files') diff --git a/sys-apps/sysvinit/files/bootlogd.confd b/sys-apps/sysvinit/files/bootlogd.confd new file mode 100644 index 0000000..ac456db --- /dev/null +++ b/sys-apps/sysvinit/files/bootlogd.confd @@ -0,0 +1,2 @@ +# Put your bootlog options into this +#BOOTLOGD_ARGS="-l /var/log/boot" diff --git a/sys-apps/sysvinit/files/bootlogd.initd b/sys-apps/sysvinit/files/bootlogd.initd index a422192..ef238c1 100644 --- a/sys-apps/sysvinit/files/bootlogd.initd +++ b/sys-apps/sysvinit/files/bootlogd.initd @@ -1,8 +1,8 @@ #!/sbin/openrc-run -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2021 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}" +command_args="-p ${pidfile} ${BOOTLOGD_ARGS}" -- cgit v1.2.3