Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15826 - raidtools-1.00.3 ebuild doesn't install lsraid or raidreconf
Summary: raidtools-1.00.3 ebuild doesn't install lsraid or raidreconf
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-17 02:08 UTC by Quinn Harris
Modified: 2003-02-17 03:26 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 Quinn Harris 2003-02-17 02:08:50 UTC
The executables for lsraid and raidreconf are not installed by the raidtools-1.00.3 
ebuild.  These files are compiled and the man pages are installed. 
 
I expect the following change to raidtools-1.00.3.ebuild will fix this: 
 
        into / 
        dosbin mkraid raidstart 
-        for x in raidstop raidhotadd raidhotremove raidsetfault 
+        for x in raidstop raidhotadd raidhotremove raidsetfaulty lsraid raidreconf 
        do 
                dosym raidstart /sbin/${x}
Comment 1 SpanKY gentoo-dev 2003-02-17 03:26:28 UTC
that would not fix the problem since lsraid and raidreconf are sep binaries ...
try the new ebuild in cvs

http://cvs.gentoo.org/cgi-bin/viewcvs.cgi/gentoo-x86/sys-apps/raidtools/raidtools-1.00.3-r1.ebuild?rev=1.1&content-type=text/vnd.viewcvs-markup