Bug 129790

Summary: [PATCH] net-p2p/mldonkey: Fix rc start script
Product: Ports & Packages Reporter: Ulrich Spoerlein <uspoerlein>
Component: Individual Port(s)Assignee: Mario Sergio Fujikawa Ferreira <lioux>
Status: Closed FIXED    
Severity: Affects Only Me CC: lioux
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
mldonkey-2.9.6_1.patch none

Description Ulrich Spoerlein 2008-12-20 16:20:01 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-12-20 16:41:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lioux

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-11-22 08:52:05 UTC
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"
Comment 3 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2009-11-22 08:52:50 UTC
State Changed
From-To: open->closed

Committed. Thanks!