Bug 159923 - [PATCH] net-im/openfire: Openfire does not log
Summary: [PATCH] net-im/openfire: Openfire does not log
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: Pietro Cerutti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-19 19:20 UTC by Phil Phillips
Modified: 2011-08-22 09:00 UTC (History)
0 users

See Also:


Attachments
file.diff (628 bytes, patch)
2011-08-19 19:20 UTC, Phil Phillips
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Phil Phillips 2011-08-19 19:20:10 UTC
Current openfire port does not set up logging correctly.  Nothing is added to logs in /var/log/openfire.

Fix: There is a log4j.xml file that needs to be installed with openfire.  This tells the server how and where to log.

Patch attached with submission follows:
How-To-Repeat: 1. Tail logs in /var/log/openfire
2. Start openfire

There will be no log output
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-08-19 19:20:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gahr

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Phil Phillips 2011-08-19 22:47:15 UTC
(Also, with this change, you probably should bump the PORTREVISION)
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-08-22 08:53:38 UTC
gahr        2011-08-22 07:53:30 UTC

  FreeBSD ports repository

  Modified files:
    net-im/openfire      Makefile pkg-plist 
  Log:
  - Install the log4j.xml file needed for logging
  - Bump PORTREVISION
  
  PR:             159923
  Submitted by:   Phil Phillips <pphillips@experts-exchange.com>
  
  Revision  Changes    Path
  1.31      +3 -1      ports/net-im/openfire/Makefile
  1.17      +1 -0      ports/net-im/openfire/pkg-plist
_______________________________________________
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 4 Pietro Cerutti freebsd_committer freebsd_triage 2011-08-22 08:53:41 UTC
State Changed
From-To: open->closed

Committed. Thanks!