New features: - Added support for monitoring ZFS pools. Bug fixes: - Comments in the configuration file can now contain double quotes. - The current working directory is now changed to "/" before becoming a background daemon. - The standard input and standard output file descriptors are now closed before becoming a background daemon, as they are no longed needed at that point. Standard error is still useful for collecting SMTP error messages. Port changes: - Modified Makefile COMMENT and pkg-descr to reflect ZFS functionality. - Whitespace fix in files/pkg-message.in (to committer: could you please add a newline at the end of files/pkg-message.in? diff eats it. Thanks). Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->sahil I'll take it.
Boris, Please see attached diff. Do you approve my slight adjustments? And would you also consider handling the installation of configuration files thusly: http://www.freebsd.org/doc/en/books/porters-handbook/book.html#PLIST-CONFIG Thanks, -- Sahil Tandon <sahil@FreeBSD.org>
Hi. The adjustments look fine. I will also be sure to handle configuration file installation the way you recommend in the next port update. Thank you. -Boris
sahil 2010-05-03 02:48:55 UTC FreeBSD ports repository Modified files: sysutils/geomWatch Makefile distinfo pkg-descr sysutils/geomWatch/files pkg-message.in Log: - Update to 1.2.0 - Note new functionality in COMMENT - USE_RC_SUBR instead of manually installing rc script - Use ${PORTNAME} where possible PR: ports/146071 Submitted by: Boris Kochergin <spawk@acm.poly.edu> (maintainer) Approved by: wxs@ (mentor) Revision Changes Path 1.6 +9 -9 ports/sysutils/geomWatch/Makefile 1.5 +3 -3 ports/sysutils/geomWatch/distinfo 1.3 +2 -2 ports/sysutils/geomWatch/files/pkg-message.in 1.2 +6 -6 ports/sysutils/geomWatch/pkg-descr _______________________________________________ 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, with minor changes. Thanks!