Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 220028

Summary: sys-apps/busybox - ${FILESDIR}/mdev-start.sh contains typos on line 88
Product: Gentoo Linux Reporter: Dave Bender <codehero>
Component: New packagesAssignee: Embedded Gentoo Team <embedded>
Status: RESOLVED FIXED    
Severity: critical    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Dave Bender 2008-05-02 11:23:31 UTC
type fstabinfo && mount_b2 || mount_b1

should read

type fstabinfo && mount_t_b2 || mount_t_b1

Reproducible: Always
Comment 1 SpanKY gentoo-dev 2008-05-04 09:14:20 UTC
your fix too includes typos ;)

should be fixed in cvs:
http://sources.gentoo.org/sys-apps/busybox/files/mdev-start.sh?r1=1.3&r2=1.4