aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ftp/smbftpd/Makefile1
-rw-r--r--ftp/smbftpd/files/smbftpd.sh.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/ftp/smbftpd/Makefile b/ftp/smbftpd/Makefile
index 8fc654ab12a9..dbff1eeb6767 100644
--- a/ftp/smbftpd/Makefile
+++ b/ftp/smbftpd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= smbftpd
PORTVERSION= 2.0
+PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.twbsd.org/download/download.php?file=smbftpd/
diff --git a/ftp/smbftpd/files/smbftpd.sh.in b/ftp/smbftpd/files/smbftpd.sh.in
index 568929663327..c1c560e5807f 100644
--- a/ftp/smbftpd/files/smbftpd.sh.in
+++ b/ftp/smbftpd/files/smbftpd.sh.in
@@ -22,7 +22,7 @@ command=%%PREFIX%%/sbin/smbftpd
smbftpd_config=${smbftpd_config:-"%%PREFIX%%/etc/smbftpd/smbftpd.conf"}
required_files=${smbftpd_config}
pidfile=/var/run/smbftpd.pid
-procname=smbftpd
+procname=%%PREFIX%%/sbin/smbftpd
smbftpd_enable=${smbftpd_enable:-"NO"}
command_args="-D -s ${smbftpd_config}"