aboutsummaryrefslogtreecommitdiff
path: root/ftp/pure-ftpd
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2009-11-04 15:45:51 +0000
committerRenato Botelho <garga@FreeBSD.org>2009-11-04 15:45:51 +0000
commit14d5ef9859a1e09dcce47cc809b360c0da0e9985 (patch)
treeae5f5305d8cefff309a46a0ced7ed9849f454b85 /ftp/pure-ftpd
parentcdd7d962f846f55d14517a7507693e49bec0b784 (diff)
downloadports-14d5ef9859a1e09dcce47cc809b360c0da0e9985.tar.gz
ports-14d5ef9859a1e09dcce47cc809b360c0da0e9985.zip
Force default PID file and fix startup script
Reported by: Jordi Espasa Clofent <jespasac@minibofh.org>
Notes
Notes: svn path=/head/; revision=243788
Diffstat (limited to 'ftp/pure-ftpd')
-rw-r--r--ftp/pure-ftpd/Makefile1
-rw-r--r--ftp/pure-ftpd/files/pure-ftpd.sh.in2
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