Hi, the start script of mlnet has two issues, since it is overwriting the standard start_cmd routine. It doesn't print the "Starting mlnet." line and does not check for an already running mlnet. Fix this by copying the commands from rc.subr into this script. Port maintainer (lioux@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->lioux Over to maintainer (via the GNATS Auto Assign Tool)
lioux 2009-11-22 08:51:56 UTC FreeBSD ports repository Modified files: net-p2p/mldonkey Makefile net-p2p/mldonkey/files mlnet.in Log: - Fix rc.d startup script: 1) Check if daemon is already running before start 2) Add verbose start message - Bump PORTREVISION PR: ports/129790 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> Revision Changes Path 1.68 +1 -1 ports/net-p2p/mldonkey/Makefile 1.5 +8 -1 ports/net-p2p/mldonkey/files/mlnet.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!