Bug 108361 - /etc/init.d/gnbd-srv is installed as /etc/init.d/gnbd-src
|
Bug#:
108361
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: trivial
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: hp-cluster@gentoo.org
|
Reported By: jan@bruvoll.com
|
|
Component: Core system
|
|
|
URL:
|
|
Summary: /etc/init.d/gnbd-srv is installed as /etc/init.d/gnbd-src
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2005-10-07 01:38 0000
|
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.
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
(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