Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jun 2000 06:34:01 -0400 (EDT)
From:      walt@erudition.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19294: port monitord update
Message-ID:  <200006151034.GAA09815@nu.erudition.net>

next in thread | raw e-mail | index | archive | help

>Number:         19294
>Category:       ports
>Synopsis:       port monitord update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 15 03:40:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     W. M. Shandruk
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
>Environment:

	

>Description:

	Update of port monitord (ports/sysutils/monitord). The following patch was made with a:
	
	diff -ruN monitord-port-0.1.0 monitord

	The former is the old version's directory and the latter the updated version for the port directory.

>How-To-Repeat:

	

>Fix:

diff -ruN monitord-port-0.1.0/Makefile monitord/Makefile
--- monitord-port-0.1.0/Makefile        Sat Jun 10 00:36:05 2000
+++ monitord/Makefile   Thu Jun 15 06:12:03 2000
@@ -1,12 +1,12 @@
 # New ports collection makefile for:   monitord
-# Date created:                June 5, 2000
+# Date created:                June 15, 2000
 # Whom:                        walt
 #
 # $FreeBSD$
 #

 PORTNAME=      monitord
-PORTVERSION=   0.1.0
+PORTVERSION=   0.2.0
 CATEGORIES=    sysutils
 MASTER_SITES=  ftp://ftp.erudition.net/pub/monitord/

diff -ruN monitord-port-0.1.0/files/md5 monitord/files/md5
--- monitord-port-0.1.0/files/md5       Sat Jun 10 00:36:05 2000
+++ monitord/files/md5  Thu Jun 15 06:29:15 2000
@@ -1 +1 @@
-MD5 (monitord-0.1.0.tar.gz) = 4c02100f5be1cb68527bd6af63360ec8
+MD5 (monitord-0.2.0.tar.gz) = 97267722e2d5d25f8fc0120787175dd9
diff -ruN monitord-port-0.1.0/pkg/DESCR monitord/pkg/DESCR
--- monitord-port-0.1.0/pkg/DESCR       Sat Jun 10 00:36:05 2000
+++ monitord/pkg/DESCR  Thu Jun 15 05:41:18 2000
@@ -1,6 +1,15 @@
-This port allows one to monitor other standalone services and automatically
-restart them if they are accidentally and unwittingly terminated, or crash
-either because of instability or a DoS attack.
+This port allows one to monitor other standalone services and
+automatically restart them if they are accidentally and unwittingly
+terminated, or crash either because of instability or a DoS attack. It
+simplifies a corresponding task capable of being performed by cron(8) by
+not requiring scripts to be run from a cron tab that in turn checks for
+the *.pid files of services to determine whether they are running, but
+instead uses procfs to determine if they are running or not. The
+configuration file is simple and easily setup.
+
+Note: version 0.2.0 and up have a slightly different configuration file
+format and any previous configuration file from version 0.1.0 should
+be updated accordingly.

 - Walt
 walt@erudition.net

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006151034.GAA09815>