diet-pure-ftpd.patch
changeset 114 368efadb5348
parent 1 32f160a66da4
equal deleted inserted replaced
113:37d7b9252b13 114:368efadb5348
     1 From bca72d17e958d2bce147147da167fa17a1cc43f7 Mon Sep 17 00:00:00 2001
       
     2 From: Tomas Zeman <tzeman@volny.cz>
     1 From: Tomas Zeman <tzeman@volny.cz>
     3 Date: Sun, 16 Dec 2007 12:14:44 +0100
     2 Date: Sun, 16 Dec 2007 12:14:44 +0100
     4 Subject: [PATCH] diet-pure-ftpd-1.0.21-1-i686:
       
     5  *added
       
     6 
     3 
     7 ---
     4 diet-pure-ftpd
     8  source/dietlibc/diet-pure-ftpd/FrugalBuild        |   39 ++
       
     9  source/dietlibc/diet-pure-ftpd/pure-config.pl     |  121 ++++++
       
    10  source/dietlibc/diet-pure-ftpd/pure-ftpd.conf     |  435 +++++++++++++++++++++
       
    11  source/dietlibc/diet-pure-ftpd/rc.pure-ftpd       |   42 ++
       
    12  source/dietlibc/diet-pure-ftpd/rc.pure-ftpd-hu.po |   21 +
       
    13  5 files changed, 658 insertions(+), 0 deletions(-)
       
    14  create mode 100644 source/dietlibc/diet-pure-ftpd/FrugalBuild
       
    15  create mode 100644 source/dietlibc/diet-pure-ftpd/pure-config.pl
       
    16  create mode 100644 source/dietlibc/diet-pure-ftpd/pure-ftpd.conf
       
    17  create mode 100644 source/dietlibc/diet-pure-ftpd/rc.pure-ftpd
       
    18  create mode 100644 source/dietlibc/diet-pure-ftpd/rc.pure-ftpd-hu.po
       
    19 
     5 
    20 diff --git a/source/dietlibc/diet-pure-ftpd/FrugalBuild b/source/dietlibc/diet-pure-ftpd/FrugalBuild
     6 diff -r 8153a8594677 source/dietlibc/diet-pure-ftpd/FrugalBuild
    21 new file mode 100644
     7 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    22 index 0000000..0165876
     8 +++ b/source/dietlibc/diet-pure-ftpd/FrugalBuild	Wed Feb 15 15:27:06 2012 +0100
    23 --- /dev/null
       
    24 +++ b/source/dietlibc/diet-pure-ftpd/FrugalBuild
       
    25 @@ -0,0 +1,39 @@
     9 @@ -0,0 +1,39 @@
    26 +# Maintainer: Tomas Zeman <tzeman@volny.cz>
    10 +# Maintainer: Tomas Zeman <tzeman@volny.cz>
    27 +
    11 +
    28 +branch=diet
    12 +branch=diet
    29 +pkgorig=pure-ftpd
    13 +pkgorig=pure-ftpd
    30 +pkgname=$branch-$pkgorig
    14 +pkgname=$branch-$pkgorig
    31 +pkgver=1.0.21
    15 +pkgver=1.0.21
    32 +pkgrel=1
    16 +pkgrel=2
    33 +pkgdesc="A free, secure, production-quality and standard-conformant FTP server"
    17 +pkgdesc="A free, secure, production-quality and standard-conformant FTP server"
    34 +url="http://www.pureftpd.org/"
    18 +url="http://www.pureftpd.org/"
    35 +depends=('perl')
    19 +depends=('perl')
    36 +conflicts=($pkgorig)
    20 +conflicts=($pkgorig)
    37 +provides=($pkgorig)
    21 +provides=($pkgorig)
    60 +	install -D -m644 ../pure-ftpd.conf $Fdestdir/etc/pure-ftpd.conf || Fdie
    44 +	install -D -m644 ../pure-ftpd.conf $Fdestdir/etc/pure-ftpd.conf || Fdie
    61 +	install -D -m755 ../pure-config.pl $Fdestdir/usr/sbin/pure-config.pl || Fdie
    45 +	install -D -m755 ../pure-config.pl $Fdestdir/usr/sbin/pure-config.pl || Fdie
    62 +	Ffile /etc/pure-ftpd.conf
    46 +	Ffile /etc/pure-ftpd.conf
    63 +	Fexe /usr/sbin/pure-config.pl
    47 +	Fexe /usr/sbin/pure-config.pl
    64 +}
    48 +}
    65 diff --git a/source/dietlibc/diet-pure-ftpd/pure-config.pl b/source/dietlibc/diet-pure-ftpd/pure-config.pl
    49 diff -r 8153a8594677 source/dietlibc/diet-pure-ftpd/pure-config.pl
    66 new file mode 100644
    50 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    67 index 0000000..1f8c28e
    51 +++ b/source/dietlibc/diet-pure-ftpd/pure-config.pl	Wed Feb 15 15:27:06 2012 +0100
    68 --- /dev/null
       
    69 +++ b/source/dietlibc/diet-pure-ftpd/pure-config.pl
       
    70 @@ -0,0 +1,121 @@
    52 @@ -0,0 +1,121 @@
    71 +#! /usr/bin/perl
    53 +#! /usr/bin/perl
    72 +
    54 +
    73 +# (C) 2001-2004 Aristotle Pagaltzis
    55 +# (C) 2001-2004 Aristotle Pagaltzis
    74 +# derived from code (C) 2001-2002 Frank Denis and Matthias Andree
    56 +# derived from code (C) 2001-2002 Frank Denis and Matthias Andree
   187 +
   169 +
   188 +close CONF;
   170 +close CONF;
   189 +
   171 +
   190 +print "Running: $PUREFTPD ", join(" ", @flg), "\n";
   172 +print "Running: $PUREFTPD ", join(" ", @flg), "\n";
   191 +exec { $PUREFTPD } ($PUREFTPD, @flg) or die "cannot exec $PUREFTPD: $!";
   173 +exec { $PUREFTPD } ($PUREFTPD, @flg) or die "cannot exec $PUREFTPD: $!";
   192 diff --git a/source/dietlibc/diet-pure-ftpd/pure-ftpd.conf b/source/dietlibc/diet-pure-ftpd/pure-ftpd.conf
   174 diff -r 8153a8594677 source/dietlibc/diet-pure-ftpd/pure-ftpd.conf
   193 new file mode 100644
   175 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   194 index 0000000..df983a2
   176 +++ b/source/dietlibc/diet-pure-ftpd/pure-ftpd.conf	Wed Feb 15 15:27:06 2012 +0100
   195 --- /dev/null
       
   196 +++ b/source/dietlibc/diet-pure-ftpd/pure-ftpd.conf
       
   197 @@ -0,0 +1,435 @@
   177 @@ -0,0 +1,435 @@
   198 +############################################################
   178 +############################################################
   199 +#                                                          #
   179 +#                                                          #
   200 +#         Configuration file for pure-ftpd wrappers        #
   180 +#         Configuration file for pure-ftpd wrappers        #
   201 +#                                                          #
   181 +#                                                          #
   628 +
   608 +
   629 +# Listen only to IPv6 addresses in standalone mode (ie. disable IPv4)
   609 +# Listen only to IPv6 addresses in standalone mode (ie. disable IPv4)
   630 +# By default, both IPv4 and IPv6 are enabled.
   610 +# By default, both IPv4 and IPv6 are enabled.
   631 +
   611 +
   632 +# IPV6Only                 yes
   612 +# IPV6Only                 yes
   633 diff --git a/source/dietlibc/diet-pure-ftpd/rc.pure-ftpd b/source/dietlibc/diet-pure-ftpd/rc.pure-ftpd
   613 diff -r 8153a8594677 source/dietlibc/diet-pure-ftpd/rc.pure-ftpd
   634 new file mode 100644
   614 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   635 index 0000000..61746ef
   615 +++ b/source/dietlibc/diet-pure-ftpd/rc.pure-ftpd	Wed Feb 15 15:27:06 2012 +0100
   636 --- /dev/null
       
   637 +++ b/source/dietlibc/diet-pure-ftpd/rc.pure-ftpd
       
   638 @@ -0,0 +1,42 @@
   616 @@ -0,0 +1,42 @@
   639 +#!/bin/bash
   617 +#!/bin/bash
   640 +
   618 +
   641 +# (c) 2006 Miklos Vajna <vmiklos@frugalware.org>
   619 +# (c) 2006 Miklos Vajna <vmiklos@frugalware.org>
   642 +# rc.pure-ftpd for FrugalWare
   620 +# rc.pure-ftpd for FrugalWare
   676 +		ok 999
   654 +		ok 999
   677 +	fi
   655 +	fi
   678 +}
   656 +}
   679 +
   657 +
   680 +rc_exec $1
   658 +rc_exec $1
   681 diff --git a/source/dietlibc/diet-pure-ftpd/rc.pure-ftpd-hu.po b/source/dietlibc/diet-pure-ftpd/rc.pure-ftpd-hu.po
   659 diff -r 8153a8594677 source/dietlibc/diet-pure-ftpd/rc.pure-ftpd-hu.po
   682 new file mode 100644
   660 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   683 index 0000000..b987340
   661 +++ b/source/dietlibc/diet-pure-ftpd/rc.pure-ftpd-hu.po	Wed Feb 15 15:27:06 2012 +0100
   684 --- /dev/null
       
   685 +++ b/source/dietlibc/diet-pure-ftpd/rc.pure-ftpd-hu.po
       
   686 @@ -0,0 +1,21 @@
   662 @@ -0,0 +1,21 @@
   687 +# Hungarian translations for rc.pure-ftpd package.
   663 +# Hungarian translations for rc.pure-ftpd package.
   688 +# Copyright (C) 2006 THE rc.pure-ftpd'S COPYRIGHT HOLDER
   664 +# Copyright (C) 2006 THE rc.pure-ftpd'S COPYRIGHT HOLDER
   689 +# This file is distributed under the same license as the rc.pure-ftpd package.
   665 +# This file is distributed under the same license as the rc.pure-ftpd package.
   690 +#  <vmiklos@frugalware.org>, 2006.
   666 +#  <vmiklos@frugalware.org>, 2006.
   703 +"Plural-Forms: nplurals=1; plural=0;\n"
   679 +"Plural-Forms: nplurals=1; plural=0;\n"
   704 +
   680 +
   705 +#: rc.pure-ftpd:16
   681 +#: rc.pure-ftpd:16
   706 +msgid "Pure-FTPd Server"
   682 +msgid "Pure-FTPd Server"
   707 +msgstr "Pure-FTPd szerver"
   683 +msgstr "Pure-FTPd szerver"
   708 -- 
       
   709 1.5.3.4
       
   710