From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JU5fS-00081r-SB for garchives@archives.gentoo.org; Tue, 26 Feb 2008 19:40:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58278E02DE; Tue, 26 Feb 2008 19:40:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 33C76E02DE for ; Tue, 26 Feb 2008 19:40:46 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id C6B91BC211 for ; Tue, 26 Feb 2008 19:40:45 +0000 (UTC) Received: from voyageur by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JU5fQ-0003ir-QH for gentoo-commits@lists.gentoo.org; Tue, 26 Feb 2008 19:40:44 +0000 From: "Bernard Cafarelli (voyageur)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, voyageur@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-misc/freenet6/files: gw6c.rc X-VCS-Repository: gentoo-x86 X-VCS-Files: gw6c.rc X-VCS-Directories: net-misc/freenet6/files X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli Content-Type: text/plain; charset=utf8 Message-Id: Sender: Bernard Cafarelli Date: Tue, 26 Feb 2008 19:40:44 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f6e03686-47db-4eb9-87e2-405df23d3eb0 X-Archives-Hash: 08e9c83855867194a6920016be1b8b2a voyageur 08/02/26 19:40:44 Modified: gw6c.rc Log: Make initscript depend on bootmisc, as the daemon writes in /tmp. Also version bump to 5.1, and fix quoting (Portage version: 2.1.4.4) Revision Changes Path 1.2 net-misc/freenet6/files/gw6c.rc file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/freenet6/= files/gw6c.rc?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/freenet6/= files/gw6c.rc?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/freenet6/= files/gw6c.rc?r1=3D1.1&r2=3D1.2 Index: gw6c.rc =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-misc/freenet6/files/gw6c.rc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gw6c.rc 16 Apr 2007 18:45:09 -0000 1.1 +++ gw6c.rc 26 Feb 2008 19:40:44 -0000 1.2 @@ -3,7 +3,8 @@ FREENET6_CLIENT=3D"/usr/sbin/gw6c" =20 depend() { - need net + need net localmount + after bootmisc use dns logger } =20 --=20 gentoo-commits@lists.gentoo.org mailing list