Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 211358 - net-misc/freenet6 initscript missing need localmount; after bootmisc
Summary: net-misc/freenet6 initscript missing need localmount; after bootmisc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 211360
  Show dependency tree
 
Reported: 2008-02-25 11:22 UTC by Jakub Moc (RETIRED)
Modified: 2008-02-26 19:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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