diff options
author | PA4WDH | 2021-12-17 11:40:48 +0100 |
---|---|---|
committer | PA4WDH | 2021-12-17 11:40:48 +0100 |
commit | 5322830a7a26abaa2dfec0959638bc9591559a38 (patch) | |
tree | 2e80e048dfeb97f10ddb82a8cb165cdcdf617a74 /sys-apps/sysvinit/files | |
parent | Add sys-kernel/sifive-sources-5.13.19 and sys-kernel/sifive-sources-5.14.15 (diff) | |
download | unmatched-patchwork-5322830a7a26abaa2dfec0959638bc9591559a38.tar.gz unmatched-patchwork-5322830a7a26abaa2dfec0959638bc9591559a38.tar.bz2 unmatched-patchwork-5322830a7a26abaa2dfec0959638bc9591559a38.zip |
Add sys-apps/sysvinit-3.01
Diffstat (limited to 'sys-apps/sysvinit/files')
-rw-r--r-- | sys-apps/sysvinit/files/bootlogd.confd | 2 | ||||
-rw-r--r-- | sys-apps/sysvinit/files/bootlogd.initd | 4 |
2 files changed, 4 insertions, 2 deletions
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}" |