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
Description:   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.

------- Comment #1 From Jan Bruvoll 2005-10-07 01:39:58 0000 -------
Created an attachment (id=70056) [details]
Patch to fix ebuild

------- Comment #2 From Jakub Moc (RETIRED) 2005-10-07 01:41:18 0000 -------
Why is a trivial typo a blocker?! BTW, the patch is absolutely unreadable. 

------- Comment #3 From Jan Bruvoll 2005-10-07 01:47:03 0000 -------
(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.

------- Comment #4 From Jan Bruvoll 2005-10-07 01:49:11 0000 -------
(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

------- Comment #5 From Jan Bruvoll 2005-10-07 01:49:50 0000 -------
(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

------- Comment #6 From Christian Zoffoli 2005-10-07 11:09:43 0000 -------
fixed in cvs, thanks.