Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 479940 - sys-apps/busybox typo in ginit applet
Summary: sys-apps/busybox typo in ginit applet
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-08-06 16:36 UTC by Matt Whitlock
Modified: 2013-08-17 17:52 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 Matt Whitlock 2013-08-06 16:36:28 UTC
The "ginit" applet that Gentoo adds to busybox has a typo in its "applet" directive.

In init/ginit.c:

//applet:IF_INIT(APPLET(ginit, BB_DIR_SBIN, BB_SUID_DROP))

should be:

//applet:IF_GINIT(APPLET(ginit, BB_DIR_SBIN, BB_SUID_DROP))
            ^
Comment 1 SpanKY gentoo-dev 2013-08-17 17:52:29 UTC
should be all set now in the tree; thanks for the report!

Commit message: Fix applet setup
http://sources.gentoo.org/sys-apps/busybox/files/ginit.c?r1=1.3&r2=1.4