From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Oa6PZ-0001tU-8T for garchives@archives.gentoo.org; Sat, 17 Jul 2010 12:22:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76CF4E09E1; Sat, 17 Jul 2010 12:22:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 328C2E09E1 for ; Sat, 17 Jul 2010 12:22:32 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1A7F1B40DD for ; Sat, 17 Jul 2010 12:22:31 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2245) id 0F9F12CE14; Sat, 17 Jul 2010 12:22:29 +0000 (UTC) From: "Lars Wendler (polynomial-c)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, polynomial-c@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-ftp/pure-ftpd: pure-ftpd-1.0.29.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: pure-ftpd-1.0.29.ebuild ChangeLog X-VCS-Directories: net-ftp/pure-ftpd X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler Content-Type: text/plain; charset=utf8 Message-Id: <20100717122230.0F9F12CE14@corvid.gentoo.org> Date: Sat, 17 Jul 2010 12:22:29 +0000 (UTC) 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: 9dcc5b9e-fce0-4304-b6c8-192698a5d6b3 X-Archives-Hash: ae777961fd3e08eec717c690f11bed5e polynomial-c 10/07/17 12:22:29 Modified: pure-ftpd-1.0.29.ebuild ChangeLog Log: Added a new init script which should wrk with both baselayout-1 and ope= nrc. (Portage version: 2.2_rc67/cvs/Linux x86_64) Revision Changes Path 1.4 net-ftp/pure-ftpd/pure-ftpd-1.0.29.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/pure-ftpd/= pure-ftpd-1.0.29.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/pure-ftpd/= pure-ftpd-1.0.29.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/pure-ftpd/= pure-ftpd-1.0.29.ebuild?r1=3D1.3&r2=3D1.4 Index: pure-ftpd-1.0.29.ebuild =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-ftp/pure-ftpd/pure-ftpd-1.0.29.ebui= ld,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pure-ftpd-1.0.29.ebuild 17 Jun 2010 20:46:52 -0000 1.3 +++ pure-ftpd-1.0.29.ebuild 17 Jul 2010 12:22:29 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.29.eb= uild,v 1.3 2010/06/17 20:46:52 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.29.eb= uild,v 1.4 2010/07/17 12:22:29 polynomial-c Exp $ =20 EAPI=3D2 inherit eutils confutils flag-o-matic @@ -88,7 +88,7 @@ =20 newconfd "${FILESDIR}/pure-ftpd.conf_d" pure-ftpd =20 - newinitd "${FILESDIR}/pure-ftpd.rc8" pure-ftpd + newinitd "${FILESDIR}/pure-ftpd.rc9" pure-ftpd =20 if use xinetd ; then insinto /etc/xinetd.d 1.96 net-ftp/pure-ftpd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/pure-ftpd/= ChangeLog?rev=3D1.96&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/pure-ftpd/= ChangeLog?rev=3D1.96&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/pure-ftpd/= ChangeLog?r1=3D1.95&r2=3D1.96 Index: ChangeLog =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-ftp/pure-ftpd/ChangeLog,v retrieving revision 1.95 retrieving revision 1.96 diff -u -r1.95 -r1.96 --- ChangeLog 17 Jul 2010 08:59:46 -0000 1.95 +++ ChangeLog 17 Jul 2010 12:22:29 -0000 1.96 @@ -1,6 +1,12 @@ # ChangeLog for net-ftp/pure-ftpd # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/ChangeLog,v 1.95 20= 10/07/17 08:59:46 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/ChangeLog,v 1.96 20= 10/07/17 12:22:29 polynomial-c Exp $ + + 17 Jul 2010; Lars Wendler + pure-ftpd-1.0.29.ebuild, +files/pure-ftpd.rc9: + Added a new init script which should wrk with both baselayout-1 and + openrc. Keep the old (now unused) init script for a while until we can= be + sure the new one causes no regressions. =20 17 Jul 2010; Lars Wendler -pure-ftpd-1.0.21-r1.ebuild, -files/pure-ftpd-1.0.21-pam.patch,