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.
Responsible Changed From-To: freebsd-ports-bugs->wxs Over to maintainer (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Committed. Thanks!