Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88796 - baselayout should execute code with ibm USE flag
Summary: baselayout should execute code with ibm USE flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: PPC64 Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-11 18:57 UTC by Brent Baude (RETIRED)
Modified: 2005-04-11 19:21 UTC (History)
1 user (show)

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


Attachments
diff to fix baselayout and hvc (baselayout.diff,913 bytes, patch)
2005-04-11 19:19 UTC, Brent Baude (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Baude (RETIRED) gentoo-dev 2005-04-11 18:57:19 UTC
For ppc64 and the baselayout package:

 sys-apps/baselayout
      Latest version available: 1.9.4-r6

when using the ibm USE flag, a commented out line should be added to inittab like so:

#hvc:12345:respawn:/sbin/agetty -nl /bin/bashlogin 9600 hvc0 vt220

It does not look like the USE flag is being honored right now.  Even emerge -pv baselayout doesnt show the ibm flag either.


Reproducible: Always
Steps to Reproduce:
1. emerge baselayout with the ibm USE flag
2. check /etc/inittab 
3.



Expected Results:  
This:

#hvc:12345:respawn:/sbin/agetty -nl /bin/bashlogin 9600 hvc0 vt220

should be in inittab
Comment 1 Brent Baude (RETIRED) gentoo-dev 2005-04-11 18:58:00 UTC
perhaps add to the IUSE flag?
Comment 2 Brent Baude (RETIRED) gentoo-dev 2005-04-11 19:19:20 UTC
Created attachment 56049 [details, diff]
diff to fix baselayout and hvc
Comment 3 SpanKY gentoo-dev 2005-04-11 19:21:18 UTC
done, thanks