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

Bug 211358

Summary: net-misc/freenet6 initscript missing need localmount; after bootmisc
Product: Gentoo Linux Reporter: Jakub Moc (RETIRED) <jakub>
Component: New packagesAssignee: Bernard Cafarelli <voyageur>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 2007.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 211360    

Description Jakub Moc (RETIRED) gentoo-dev 2008-02-25 11:22:24 UTC
This thing writes tsp-last-server.txt to /tmp; unfortunately bootmisc wipes it so the daemon dies immediately after getting started.

<snip>
--- gw6c.rc	2007-04-16 20:45:09.000000000 +0200
+++ gw6c.rc	2008-02-25 12:21:12.000000000 +0100
@@ -3,7 +3,8 @@
 FREENET6_CLIENT="/usr/sbin/gw6c"
 
 depend() {
-	need net
+	need net localmount
+	after bootmisc
 	use dns logger
 }
 
</snip>
Comment 1 Bernard Cafarelli gentoo-dev 2008-02-26 19:41:01 UTC
Nice catch, thanks!

Committed in CVS