Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 169054

Summary: app-admin/verynice-1.1 init script needs 'after checkroot'
Product: Gentoo Linux Reporter: David Watzke <david>
Component: Current packagesAssignee: Gentoo TreeCleaner Project <treecleaner>
Status: RESOLVED FIXED    
Severity: minor CC: maintainer-needed
Priority: High    
Version: 2006.1   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description David Watzke 2007-03-02 22:08:55 UTC
app-admin/verynice-1.1 is missing depend() in its initscript - it should start after filesystem is remounted read/write, because else it fails to write the pidfile, so please add something like this:

depend() {
	after checkroot
}
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-11-17 22:56:57 UTC
See, you've added this to the tree without metadata.xml, already removed yourself once from metadata.xml once someone fixed this omission, so either go fix this bug or remove the package. 

Dumping stuff into the tree only to leave it unmaintained is completely unwanted.

http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/verynice/metadata.xml?r1=1.1&r2=1.2
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2007-11-18 00:20:17 UTC
stop that.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-11-18 00:34:58 UTC
treecleaners, please remove the package. And yeah, it's utterly stupid to remove it for a reason like this, but alas our QA doesn't exist and so noone can force people to fix stuff they've committed. I'm tired of bugs rotting like this people can't be bothered to spend 5 seconds on a trivial commit and instead plays a re-assign ping-pong.

Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2008-01-10 15:32:49 UTC
+  10 Jan 2008; Samuli Suominen <drac@gentoo.org> files/verynice:
+  Add depend for after checkroot to init script wrt #169054
+