Bug 123254 - let net-im/mu-conference honour different pid file location
Summary: let net-im/mu-conference honour different pid file location
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: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-30 11:20 UTC by ruben
Modified: 2008-04-30 15:41 UTC (History)
0 users

See Also:


Attachments
file.diff (775 bytes, patch)
2008-04-30 11:20 UTC, ruben
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ruben 2008-04-30 11:20:02 UTC
	etc/rc.d/mu-conference sets pidfile before the rc.d configuration is read, making it a non operation

Fix: move pidfile stuff after rc configuration loading

How-To-Repeat: 	set pidfile location in rc.conf and see that it is not honoured
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-04-30 11:27:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-04-30 15:03:39 UTC
mm          2008-04-30 14:03:30 UTC

  FreeBSD ports repository

  Modified files:
    net-im/mu-conference Makefile 
    net-im/mu-conference/files mu-conference.in 
  Log:
  - fix pidfile variable for rc
  
  PR:             ports/123254
  Submitted by:   Ruben van Staveren <ruben@verweg.com>
  Approved by:    mm (maintainer)
  
  Revision  Changes    Path
  1.8       +1 -1      ports/net-im/mu-conference/Makefile
  1.2       +3 -2      ports/net-im/mu-conference/files/mu-conference.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 Martin Matuska freebsd_committer freebsd_triage 2008-04-30 15:41:24 UTC
State Changed
From-To: open->closed

Committed. Thanks!