mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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)
This commit is contained in:
parent
dd44fb55d2
commit
aaed7da16b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253592
4 changed files with 20 additions and 20 deletions
|
@ -6,25 +6,25 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= geomWatch
|
PORTNAME= geomWatch
|
||||||
PORTVERSION= 1.1.2
|
PORTVERSION= 1.2.0
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= http://isis.poly.edu/~bk/geomWatch/ \
|
MASTER_SITES= http://isis.poly.edu/~bk/${PORTNAME}/ \
|
||||||
http://bk.macroblock.net/geomWatch/
|
http://bk.macroblock.net/${PORTNAME}/
|
||||||
EXTRACT_SUFX= .tbz
|
EXTRACT_SUFX= .tbz
|
||||||
|
|
||||||
MAINTAINER= spawk@acm.poly.edu
|
MAINTAINER= spawk@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
|
LIB_DEPENDS= esmtp.6:${PORTSDIR}/mail/libesmtp
|
||||||
|
|
||||||
PLIST_FILES= sbin/geomWatch \
|
PLIST_FILES= sbin/${PORTNAME} \
|
||||||
etc/rc.d/geomWatch \
|
etc/${PORTNAME}.conf.sample
|
||||||
etc/geomWatch.conf.sample
|
|
||||||
|
|
||||||
SUB_FILES= pkg-message geomWatch
|
SUB_FILES= pkg-message
|
||||||
|
|
||||||
|
USE_RC_SUBR= ${PORTNAME}
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${INSTALL_SCRIPT} ${WRKDIR}/geomWatch ${PREFIX}/etc/rc.d/geomWatch
|
|
||||||
@${CAT} ${PKGMESSAGE}
|
@${CAT} ${PKGMESSAGE}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (geomWatch-1.1.2.tbz) = 0b9b9a31dd07deb59c6fa34d94de247e
|
MD5 (geomWatch-1.2.0.tbz) = 587fbb59fecf107ea5130ad567d4b1b1
|
||||||
SHA256 (geomWatch-1.1.2.tbz) = 6b793ddc71847e0b97b18f6431d753152087bd8672060dcff05fd322375034f4
|
SHA256 (geomWatch-1.2.0.tbz) = 660bc8da29cba43bd3e206bb9af50c9f26ebd287f6ddc6ef7064f8ef794e834c
|
||||||
SIZE (geomWatch-1.1.2.tbz) = 6840
|
SIZE (geomWatch-1.2.0.tbz) = 258951
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
|
|
||||||
A sample geomWatch configuration file has been installed as
|
A sample geomWatch configuration file has been installed as
|
||||||
%%PREFIX%%/etc/geomWatch.conf.sample. You should copy it to
|
%%PREFIX%%/etc/geomWatch.conf.sample. You should copy it to
|
||||||
%%PREFIX%%/etc/geomWatch.conf, edit it to your liking, and add the following line
|
%%PREFIX%%/etc/geomWatch.conf, edit it to your liking, and add the following
|
||||||
to /etc/rc.conf:
|
line to /etc/rc.conf:
|
||||||
|
|
||||||
geomwatch_enable="YES"
|
geomwatch_enable="YES"
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
geomWatch is a program for monitoring the well-being of GEOM providers. It
|
geomWatch is a program for monitoring the well-being of GEOM providers and ZFS
|
||||||
checks the state of each configured provider at a configured interval, and, if
|
pools. It checks the state of each configured provider and pool at a configured
|
||||||
it notices that a provider has lost a component, or encounters a problem while
|
interval, and, if it notices that a component has been lost, or encounters a
|
||||||
checking a provider's state, it will send an e-mail with details of the
|
problem during the check, it will send an e-mail with details of the matter--
|
||||||
matter--such as what components were lost and which remain, or, in the event of
|
such as what components were lost and which remain, or, in the event of a
|
||||||
a problem, what the problem was--to an arbitrary number of recipients, so that
|
problem, what the problem was--to an arbitrary number of recipients, so that
|
||||||
corrective action can be taken (for example, replacing a failed disk).
|
corrective action can be taken (for example, replacing a failed disk).
|
||||||
|
|
||||||
WWW: http://acm.poly.edu/wiki/GEOM_Watch
|
WWW: http://acm.poly.edu/wiki/GEOM_Watch
|
||||||
|
|
Loading…
Add table
Reference in a new issue