Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-ftp/proftpd: ChangeLog proftpd-1.3.3f.ebuild proftpd-1.3.3e.ebuild
Date: Fri, 04 Nov 2011 14:45:48
Message-Id: 20111104144535.BA7B72004B@flycatcher.gentoo.org
1 voyageur 11/11/04 14:45:35
2
3 Modified: ChangeLog proftpd-1.3.3f.ebuild
4 proftpd-1.3.3e.ebuild
5 Log:
6 Remove "keepdir /var/run/proftpd". Fixes Gentoo Bug #387889
7
8 (Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.277 net-ftp/proftpd/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/ChangeLog?rev=1.277&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/ChangeLog?rev=1.277&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/ChangeLog?r1=1.276&r2=1.277
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v
20 retrieving revision 1.276
21 retrieving revision 1.277
22 diff -u -r1.276 -r1.277
23 --- ChangeLog 28 Sep 2011 09:47:22 -0000 1.276
24 +++ ChangeLog 4 Nov 2011 14:45:35 -0000 1.277
25 @@ -1,6 +1,10 @@
26 # ChangeLog for net-ftp/proftpd
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.276 2011/09/28 09:47:22 voyageur Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.277 2011/11/04 14:45:35 voyageur Exp $
30 +
31 + 04 Nov 2011; Bernard Cafarelli <voyageur@g.o> proftpd-1.3.3e.ebuild,
32 + proftpd-1.3.3f.ebuild:
33 + Remove "keepdir /var/run/proftpd". Fixes Gentoo Bug #387889
34
35 *proftpd-1.3.4_rc3 (28 Sep 2011)
36 *proftpd-1.3.3f (28 Sep 2011)
37
38
39
40 1.2 net-ftp/proftpd/proftpd-1.3.3f.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3f.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3f.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3f.ebuild?r1=1.1&r2=1.2
45
46 Index: proftpd-1.3.3f.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3f.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- proftpd-1.3.3f.ebuild 28 Sep 2011 09:47:22 -0000 1.1
53 +++ proftpd-1.3.3f.ebuild 4 Nov 2011 14:45:35 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3f.ebuild,v 1.1 2011/09/28 09:47:22 voyageur Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3f.ebuild,v 1.2 2011/11/04 14:45:35 voyageur Exp $
59
60 EAPI="2"
61 inherit eutils autotools
62 @@ -186,7 +186,6 @@
63
64 insinto /etc/proftpd
65 doins "${FILESDIR}"/proftpd.conf.sample
66 - keepdir /var/run/proftpd
67 newinitd "${FILESDIR}"/proftpd.initd proftpd
68 if use xinetd ; then
69 insinto /etc/xinetd.d
70
71
72
73 1.8 net-ftp/proftpd/proftpd-1.3.3e.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3e.ebuild?rev=1.8&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3e.ebuild?rev=1.8&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3e.ebuild?r1=1.7&r2=1.8
78
79 Index: proftpd-1.3.3e.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3e.ebuild,v
82 retrieving revision 1.7
83 retrieving revision 1.8
84 diff -u -r1.7 -r1.8
85 --- proftpd-1.3.3e.ebuild 21 Jul 2011 17:16:12 -0000 1.7
86 +++ proftpd-1.3.3e.ebuild 4 Nov 2011 14:45:35 -0000 1.8
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2011 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3e.ebuild,v 1.7 2011/07/21 17:16:12 blueness Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3e.ebuild,v 1.8 2011/11/04 14:45:35 voyageur Exp $
92
93 EAPI="2"
94 inherit eutils autotools
95 @@ -186,7 +186,6 @@
96
97 insinto /etc/proftpd
98 doins "${FILESDIR}"/proftpd.conf.sample
99 - keepdir /var/run/proftpd
100 newinitd "${FILESDIR}"/proftpd.initd proftpd
101 if use xinetd ; then
102 insinto /etc/xinetd.d