Bug 133030

Summary: [PATCH] net/cvsup-mirror: Don't compress cvsup.log
Product: Ports & Packages Reporter: Xin LI <delphij>
Component: Individual Port(s)Assignee: Wesley Shields <wxs>
Status: Closed FIXED    
Severity: Affects Only Me CC: wxs
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
cvsup-mirror.diff none

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!