1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

- Fix rc script when setting pidfile in the main config file.

- PORTREVISION bumped.

PR:		ports/127978
Submitted by:	Helmut Schneider <jumper99@gmx.de>
This commit is contained in:
Felippe de Meirelles Motta 2009-01-02 19:18:02 +00:00
parent 5b00277ea4
commit eb18e5bb10
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225139
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= jftpgw
PORTVERSION= 0.13.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= ftp
MASTER_SITES= http://www.mcknight.de/jftpgw/

View File

@ -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}"