aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/pure-ftpd
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2009-11-04 23:45:51 +0800
committergarga <garga@FreeBSD.org>2009-11-04 23:45:51 +0800
commit4d8cbde946aeb1d4683acb60cb5198123d23f8b4 (patch)
tree89eefadf5bf90fff0fd62dc862f7ae20308cc10c /ftp/pure-ftpd
parent2115fe098ca6b7c2bbb939479d5205c914fc11e8 (diff)
downloadfreebsd-ports-gnome-4d8cbde946aeb1d4683acb60cb5198123d23f8b4.tar.gz
freebsd-ports-gnome-4d8cbde946aeb1d4683acb60cb5198123d23f8b4.tar.zst
freebsd-ports-gnome-4d8cbde946aeb1d4683acb60cb5198123d23f8b4.zip
Force default PID file and fix startup script
Reported by: Jordi Espasa Clofent <jespasac@minibofh.org>
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