Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
The startup script for the server part of gnbd is installed as /etc/init.d/gnbd-src Reproducible: Always Steps to Reproduce: 1. Install ebuild 2. Look for /etc/init.d/gnbd-srv Actual Results: /etc/init.d/gnbd-srv does not exist as expected. Expected Results: Install /etc/init.d/gnbd-srv.
Created an attachment (id=70056) [details] Patch to fix ebuild
Why is a trivial typo a blocker?! BTW, the patch is absolutely unreadable.
(In reply to comment #2) > Why is a trivial typo a blocker?! BTW, the patch is absolutely unreadable. The definition in the list was "Blocker: This bug prevents a software application from testing and use". To yourself and me this might be trivial stuff - to a "clueless" user of the system it is not. It just will not work. Sorry about the patch - that's what one gets for posting from a Windows system... I'll fix it.
(From update of attachment 70056 [details]) --- gnbd-1.00.00-r1.ebuild.broken 2005-10-07 10:38:24.000000000 +0200 +++ gnbd-1.00.00-r1.ebuild 2005-10-07 10:38:37.000000000 +0200 @@ -27,7 +27,7 @@ make DESTDIR=${D} install || die newinitd ${FILESDIR}/${PN}-client.rc ${PN}-client || die - newinitd ${FILESDIR}/${PN}-srv.rc ${PN}-src || die + newinitd ${FILESDIR}/${PN}-srv.rc ${PN}-srv || die insinto /etc doins ${FILESDIR}/gnbdtab
fixed in cvs, thanks.