]> git.pld-linux.org Git - packages/pure-ftpd.git/commitdiff
- enable quotas pure-ftpd-1_0_1-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 11 Nov 2001 23:26:37 +0000 (23:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added rename fix
- pureftpd.passwd now in /etc/ftpd
- release 2

Changed files:
    pure-ftpd.spec -> 1.46

pure-ftpd.spec

index b5bfe4f9f74a0aa12c39f75e5dbf3261668af3fd..b665625afdfadef947e5a6b3eac6f233fa39f5c2 100644 (file)
@@ -3,7 +3,7 @@ Summary:        Small, fast and secure FTP server
 Summary(pl):   Ma³y, szybki i bezpieczny serwer FTP
 Name:          pure-ftpd
 Version:       1.0.1
-Release:       1
+Release:       2
 License:       GPL
 Group:         Daemons
 Group(de):     Server
@@ -12,6 +12,7 @@ Source0:      http://pureftpd.sourceforge.net/files/%{name}-%{version}.tar.gz
 Source1:       %{name}.pamd
 Source2:       %{name}.init
 Patch0:                %{name}-config.patch
+Patch1:                %{name}-rename.patch
 URL:           http://www.pureftpd.org/
 %{?_with_mysql:BuildRequires:  mysql-devel}
 BuildRequires: libcap-devel
@@ -54,13 +55,15 @@ po
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
+%patch1 -p1
 
 %build
 aclocal
 autoconf
 automake -a -c
 %configure \
+       --sysconfdir=/etc/ftpd \
        %{?_with_mysql:CPPFLAGS="-I%{_includedir}/mysql" --with-mysql} \
        --with-altlog \
        --with-puredb \
@@ -68,6 +71,7 @@ automake -a -c
        --with-cookie \
        --with-throttling \
        --with-ratios \
+       --with-quotas \
        --with-ftpwho \
        --with-largefile \
        --with-uploadscript \
This page took 0.084485 seconds and 4 git commands to generate.