you can't use rc.d/smbftpd to control smbftpd Fix: #procname=smbftpd procname=/usr/local/sbin/smbftpd How-To-Repeat: you can't use rc.d/smbftpd to control smbftpd
Responsible Changed From-To: freebsd-ports-bugs->beech beech@ wants this category PRs (via the GNATS Auto Assign Tool)
Maintainer of ftp/smbftpd, Please note that PR ports/125355 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/125355 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Hi, Please apply the patch in the attachment file. Thank you! diff -ruN --exclude=CVS /usr/ports/ftp/smbftpd/Makefile /home/users/jnlin/ports/smbftpd/Makefile --- /usr/ports/ftp/smbftpd/Makefile 2008-06-25 10:52:33.000000000 +0800 +++ /home/users/jnlin/ports/smbftpd/Makefile 2008-07-12 15:05:43.475164593 +0800 @@ -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 -ruN --exclude=CVS /usr/ports/ftp/smbftpd/files/smbftpd.sh.in /home/users/jnlin/ports/smbftpd/files/smbftpd.sh.in --- /usr/ports/ftp/smbftpd/files/smbftpd.sh.in 2008-06-25 10:52:33.000000000 +0800 +++ /home/users/jnlin/ports/smbftpd/files/smbftpd.sh.in 2008-07-12 15:04:12.521332045 +0800 @@ -22,7 +22,7 @@ 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}"
State Changed From-To: feedback->open Maintainer response
beech 2008-07-15 02:38:51 UTC FreeBSD ports repository Modified files: ftp/smbftpd Makefile ftp/smbftpd/files smbftpd.sh.in Log: - Fix error in procname path PR: ports/125355 Submitted by: Johnpupu <johnpupu@gmail.com> Approved by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer) Revision Changes Path 1.4 +1 -0 ports/ftp/smbftpd/Makefile 1.2 +1 -1 ports/ftp/smbftpd/files/smbftpd.sh.in _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, Thanks!