From eb18e5bb1046fcfe7838b3f9c42eaf128ae27e4d Mon Sep 17 00:00:00 2001 From: Felippe de Meirelles Motta Date: Fri, 2 Jan 2009 19:18:02 +0000 Subject: [PATCH] - Fix rc script when setting pidfile in the main config file. - PORTREVISION bumped. PR: ports/127978 Submitted by: Helmut Schneider --- ftp/jftpgw/Makefile | 2 +- ftp/jftpgw/files/jftpgw.sh.in | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ftp/jftpgw/Makefile b/ftp/jftpgw/Makefile index 99c780ac572d..1c31cb5c8c41 100644 --- a/ftp/jftpgw/Makefile +++ b/ftp/jftpgw/Makefile @@ -7,7 +7,7 @@ PORTNAME= jftpgw PORTVERSION= 0.13.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp MASTER_SITES= http://www.mcknight.de/jftpgw/ diff --git a/ftp/jftpgw/files/jftpgw.sh.in b/ftp/jftpgw/files/jftpgw.sh.in index d04909b14859..efd042d3475c 100644 --- a/ftp/jftpgw/files/jftpgw.sh.in +++ b/ftp/jftpgw/files/jftpgw.sh.in @@ -19,7 +19,6 @@ rcvar=`set_rcvar` command=%%PREFIX%%/sbin/jftpgw jftpgw_config=${jftpgw_config:-"%%PREFIX%%/etc/jftpgw.conf"} required_files=${jftpgw_config} -pidfile=/var/run/jftpgw.pid jftpgw_enable=${jftpgw_enable:-"NO"} command_args="-f ${jftpgw_config}"