Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 378585 - sys-apps/busybox should use elog rather than einfo in pkg_postinst
Summary: sys-apps/busybox should use elog rather than einfo in pkg_postinst
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-10 00:21 UTC by William Throwe
Modified: 2011-08-14 20:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description William Throwe 2011-08-10 00:21:31 UTC
einfo messages are not logged and are not displayed in the summary at the end of emerge output, so you don't see them unless busybox is the last package installed by an emerge invocation.

Actually in this case the message is mostly redundant with the savedconfig.eclass output, so maybe it should just be removed.

Reproducible: Always