Gentoo Archives: gentoo-commits

From: "Luca Longinotti (chtekk)" <chtekk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-ftp/pure-ftpd/files: pure-ftpd.rc6 ftpusers
Date: Fri, 18 Apr 2008 11:00:47
Message-Id: E1JmoKi-0005IS-Cq@stork.gentoo.org
1 chtekk 08/04/18 11:00:44
2
3 Modified: pure-ftpd.rc6
4 Removed: ftpusers
5 Log:
6 Remove old version. Fix bugs #173365, #179375 and #182906.
7 (Portage version: 2.1.5_rc4)
8
9 Revision Changes Path
10 1.11 net-ftp/pure-ftpd/files/pure-ftpd.rc6
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/pure-ftpd/files/pure-ftpd.rc6?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/pure-ftpd/files/pure-ftpd.rc6?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/pure-ftpd/files/pure-ftpd.rc6?r1=1.10&r2=1.11
15
16 Index: pure-ftpd.rc6
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/files/pure-ftpd.rc6,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- pure-ftpd.rc6 23 Sep 2006 23:12:14 -0000 1.10
23 +++ pure-ftpd.rc6 18 Apr 2008 11:00:43 -0000 1.11
24 @@ -1,7 +1,7 @@
25 #!/sbin/runscript
26 -# Copyright 1999-2004 Gentoo Foundation
27 +# Copyright 1999-2008 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/files/pure-ftpd.rc6,v 1.10 2006/09/23 23:12:14 chtekk Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/files/pure-ftpd.rc6,v 1.11 2008/04/18 11:00:43 chtekk Exp $
31
32 depend() {
33 need net
34 @@ -17,11 +17,13 @@
35 start() {
36 checkconfig || return 1
37 UPSCRIPT=""
38 + OKNODO=""
39 if [ -n "$UPLOADSCRIPT" ] ; then
40 UPSCRIPT="--uploadscript"
41 + OKNODO="--oknodo"
42 fi
43 ebegin "Starting Pure-FTPd"
44 - start-stop-daemon --start --quiet --make-pidfile --pidfile /var/run/pure-ftpd.pid --exec /usr/sbin/pure-ftpd -- $SERVER $MAX_CONN $MAX_CONN_IP $DAEMON $DISK_FULL $USE_NAT $AUTH $LOG $TIMEOUT $CHARCONV $MISC_OTHER $UPSCRIPT
45 + start-stop-daemon --start --quiet --make-pidfile --pidfile /var/run/pure-ftpd.pid $OKNODO --exec /usr/sbin/pure-ftpd -- $SERVER $MAX_CONN $MAX_CONN_IP $DAEMON $DISK_FULL $USE_NAT $AUTH $LOG $TIMEOUT $CHARCONV $MISC_OTHER $UPSCRIPT
46 result=$?
47 if [ $result -ne 0 ] ; then
48 eend 1 "Could not launch Pure-FTPd"
49
50
51
52 --
53 gentoo-commits@l.g.o mailing list