diff options
author | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2009-01-02 19:18:02 +0000 |
---|---|---|
committer | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2009-01-02 19:18:02 +0000 |
commit | eb18e5bb1046fcfe7838b3f9c42eaf128ae27e4d (patch) | |
tree | c418f224c0e54f6a81d32f2d501e6875c13c313c | |
parent | 5b00277ea4549a83c166d7874cd2f9210881d62e (diff) | |
download | ports-eb18e5bb1046fcfe7838b3f9c42eaf128ae27e4d.tar.gz ports-eb18e5bb1046fcfe7838b3f9c42eaf128ae27e4d.zip |
- Fix rc script when setting pidfile in the main config file.
- PORTREVISION bumped.
PR: ports/127978
Submitted by: Helmut Schneider <jumper99@gmx.de>
Notes
Notes:
svn path=/head/; revision=225139
-rw-r--r-- | ftp/jftpgw/Makefile | 2 | ||||
-rw-r--r-- | ftp/jftpgw/files/jftpgw.sh.in | 1 |
2 files changed, 1 insertions, 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}" |