From 14d5ef9859a1e09dcce47cc809b360c0da0e9985 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 4 Nov 2009 15:45:51 +0000 Subject: Force default PID file and fix startup script Reported by: Jordi Espasa Clofent --- ftp/pure-ftpd/Makefile | 1 + ftp/pure-ftpd/files/pure-ftpd.sh.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'ftp') 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 -- cgit v1.2.3