ports/146071: [UPDATE] sysutils/geomWatch to 1.2.0

Boris Kochergin spawk at acm.poly.edu
Mon Apr 26 21:10:03 UTC 2010


>Number:         146071
>Category:       ports
>Synopsis:       [UPDATE] sysutils/geomWatch to 1.2.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 26 21:10:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Boris Kochergin
>Release:        8.0-RELEASE-p2
>Organization:
Polytechnic Institute of NYU
>Environment:
FreeBSD peer 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #2: Mon Feb 22 23:18:53 EST 2010     root at peer:/usr/obj/usr/src/sys/PEER  i386

>Description:
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).
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN geomWatch.old/Makefile geomWatch/Makefile
--- geomWatch.old/Makefile	2010-04-26 16:51:24.965038561 -0400
+++ geomWatch/Makefile	2010-04-26 15:27:18.453997742 -0400
@@ -6,14 +6,14 @@
 #
 
 PORTNAME=	geomWatch
-PORTVERSION=	1.1.2
+PORTVERSION=	1.2.0
 CATEGORIES=	sysutils
 MASTER_SITES=	http://isis.poly.edu/~bk/geomWatch/ \
 		http://bk.macroblock.net/geomWatch/
 EXTRACT_SUFX=	.tbz
 
 MAINTAINER=	spawk at acm.poly.edu
-COMMENT=	Watches for and e-mails admins about GEOM state changes
+COMMENT=	Watches for and e-mails admins about GEOM/ZFS state changes
 
 LIB_DEPENDS=	esmtp.6:${PORTSDIR}/mail/libesmtp
 
diff -ruN geomWatch.old/distinfo geomWatch/distinfo
--- geomWatch.old/distinfo	2010-04-26 16:51:24.963038586 -0400
+++ geomWatch/distinfo	2010-04-26 16:44:50.824991890 -0400
@@ -1,3 +1,3 @@
-MD5 (geomWatch-1.1.2.tbz) = 0b9b9a31dd07deb59c6fa34d94de247e
-SHA256 (geomWatch-1.1.2.tbz) = 6b793ddc71847e0b97b18f6431d753152087bd8672060dcff05fd322375034f4
-SIZE (geomWatch-1.1.2.tbz) = 6840
+MD5 (geomWatch-1.2.0.tbz) = 587fbb59fecf107ea5130ad567d4b1b1
+SHA256 (geomWatch-1.2.0.tbz) = 660bc8da29cba43bd3e206bb9af50c9f26ebd287f6ddc6ef7064f8ef794e834c
+SIZE (geomWatch-1.2.0.tbz) = 258951
diff -ruN geomWatch.old/files/pkg-message.in geomWatch/files/pkg-message.in
--- geomWatch.old/files/pkg-message.in	2010-04-26 16:51:24.958037671 -0400
+++ geomWatch/files/pkg-message.in	2010-04-26 16:37:34.662944595 -0400
@@ -1,8 +1,8 @@
 
 A sample geomWatch configuration file has been installed as
 %%PREFIX%%/etc/geomWatch.conf.sample. You should copy it to
-%%PREFIX%%/etc/geomWatch.conf, edit it to your liking, and add the following line
-to /etc/rc.conf:
+%%PREFIX%%/etc/geomWatch.conf, edit it to your liking, and add the following
+line to /etc/rc.conf:
 
 geomwatch_enable="YES"
 
diff -ruN geomWatch.old/pkg-descr geomWatch/pkg-descr
--- geomWatch.old/pkg-descr	2010-04-26 16:51:24.960038484 -0400
+++ geomWatch/pkg-descr	2010-04-26 15:27:18.467996727 -0400
@@ -1,9 +1,9 @@
-geomWatch is a program for monitoring the well-being of GEOM providers. It
-checks the state of each configured provider at a configured interval, and, if
-it notices that a provider has lost a component, or encounters a problem while
-checking a provider's state, it will send an e-mail with details of the
-matter--such as what components were lost and which remain, or, in the event of
-a problem, what the problem was--to an arbitrary number of recipients, so that
+geomWatch is a program for monitoring the well-being of GEOM providers and ZFS
+pools. It checks the state of each configured provider and pool at a configured
+interval, and, if it notices that a component has been lost, or encounters a
+problem during the check, it will send an e-mail with details of the matter--
+such as what components were lost and which remain, or, in the event of a
+problem, what the problem was--to an arbitrary number of recipients, so that
 corrective action can be taken (for example, replacing a failed disk).
 
 WWW: http://acm.poly.edu/wiki/GEOM_Watch


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list