diff options
author | Renato Botelho <garga@FreeBSD.org> | 2009-11-04 15:45:51 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2009-11-04 15:45:51 +0000 |
commit | 14d5ef9859a1e09dcce47cc809b360c0da0e9985 (patch) | |
tree | ae5f5305d8cefff309a46a0ced7ed9849f454b85 /ftp | |
parent | cdd7d962f846f55d14517a7507693e49bec0b784 (diff) | |
download | ports-14d5ef9859a1e09dcce47cc809b360c0da0e9985.tar.gz ports-14d5ef9859a1e09dcce47cc809b360c0da0e9985.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/pure-ftpd/Makefile | 1 | ||||
-rw-r--r-- | ftp/pure-ftpd/files/pure-ftpd.sh.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile index cc5ee8ced7cf..67fb8b8c4b39 100644 --- a/ftp/pure-ftpd/Makefile +++ b/ftp/pure-ftpd/Makefile @@ -7,6 +7,7 @@ PORTNAME= pure-ftpd PORTVERSION= 1.0.24 +PORTREVISION= 1 CATEGORIES= ftp ipv6 MASTER_SITES= http://download.pureftpd.org/pub/pure-ftpd/releases/ \ ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/ \ diff --git a/ftp/pure-ftpd/files/pure-ftpd.sh.in b/ftp/pure-ftpd/files/pure-ftpd.sh.in index 991897b0c7b6..2f0133dafb32 100644 --- a/ftp/pure-ftpd/files/pure-ftpd.sh.in +++ b/ftp/pure-ftpd/files/pure-ftpd.sh.in @@ -32,7 +32,7 @@ pidfile2=/var/run/pure-uploadscript.pid procname=pure-ftpd pureftpd_enable=${pureftpd_enable:-"NO"} -command_args=${pureftpd_config} +command_args="${pureftpd_config} -g${pidfile}" command_upload_args="-B -r ${pureftpd_uploadscript}" start_postcmd=start_postcmd |