| Summary: | sys-apps/sysvinit-2.99 - missing integration with /etc/conf.d/bootlogd | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Bogdan <bogdan.pylypenko107> |
| Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
patch for /etc/init.d/bootlogd file
patch for /etc/init.d/bootlogd file |
||
|
Description
Bogdan
2021-12-03 08:23:12 UTC
Created attachment 757252 [details, diff]
patch for /etc/init.d/bootlogd file
**
I think, that more ideal way - by reading variables of /etc/conf.d/bootlogd from /etc/init.d/bootlogd.
**
> $ cat /etc/conf.d/bootlogd
> BOOTLOGD_ARGS="-e -l /tmp/boot.log"
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba311ecca29333b688b1b5b9fe9725b77b9e5a88 commit ba311ecca29333b688b1b5b9fe9725b77b9e5a88 Author: Lars Wendler <polynomial-c@gentoo.org> AuthorDate: 2021-12-03 11:52:36 +0000 Commit: Lars Wendler <polynomial-c@gentoo.org> CommitDate: 2021-12-03 11:54:49 +0000 sys-apps/sysvinit: Revbump so users can customize bootlogd startup Thanks-to: Bogdan <bogdan.pylypenko107@gmail.com> Closes: https://bugs.gentoo.org/828061 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> sys-apps/sysvinit/files/bootlogd.confd | 2 ++ sys-apps/sysvinit/files/bootlogd.initd | 4 ++-- sys-apps/sysvinit/{sysvinit-2.99.ebuild => sysvinit-2.99-r1.ebuild} | 1 + sys-apps/sysvinit/{sysvinit-3.00.ebuild => sysvinit-3.00-r1.ebuild} | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) |