Bug 129790 - [PATCH] net-p2p/mldonkey: Fix rc start script
Summary: [PATCH] net-p2p/mldonkey: Fix rc start script
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Mario Sergio Fujikawa Ferreira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-20 16:20 UTC by Ulrich Spoerlein
Modified: 2009-11-22 09:00 UTC (History)
1 user (show)

See Also:


Attachments
mldonkey-2.9.6_1.patch (1.03 KB, patch)
2008-12-20 16:20 UTC, Ulrich Spoerlein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!