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>
Nice catch, thanks! Committed in CVS