Bug 133030 - [PATCH] net/cvsup-mirror: Don't compress cvsup.log
Summary: [PATCH] net/cvsup-mirror: Don't compress cvsup.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: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-25 00:00 UTC by Xin LI
Modified: 2009-04-07 18:00 UTC (History)
1 user (show)

See Also:


Attachments
cvsup-mirror.diff (986 bytes, patch)
2009-03-25 00:00 UTC, Xin LI
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Xin LI freebsd_committer freebsd_triage 2009-03-25 00:00:12 UTC
	By default, cvsup-mirror would create a newsyslog entry which not
only cut the cvsup.log file, but also compress it.  On the other hand, the
port does not implement proper logging mechanism which can be notified when
the log file is rotated.

	This would cause problem when the updating changeset is very large,
the system administrator just loses the opportunity to watch the progress
of the synchornization.

	The attached patch changes the flag from 'Z' to '-'.

How-To-Repeat: 	Install a new cvsup mirror and watch the log.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-03-25 00:00:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-04-07 17:53:15 UTC
wxs         2009-04-07 16:53:04 UTC

  FreeBSD ports repository

  Modified files:
    net/cvsup-mirror     Makefile pkg-install 
  Log:
  - Don't compress cvsup.log by default.
  
  PR:             ports/133030
  Submitted by:   delphij@
  
  Revision  Changes    Path
  1.29      +1 -1      ports/net/cvsup-mirror/Makefile
  1.8       +1 -1      ports/net/cvsup-mirror/pkg-install
_______________________________________________
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 Wesley Shields freebsd_committer freebsd_triage 2009-04-07 17:53:24 UTC
State Changed
From-To: open->closed

Committed. Thanks!