From lasker@nu.erudition.net  Thu Jun 15 03:34:02 2000
Return-Path: <lasker@nu.erudition.net>
Received: from nu.erudition.net (nu.erudition.net [209.9.98.136])
	by hub.freebsd.org (Postfix) with ESMTP id 15F4337B520
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 15 Jun 2000 03:34:01 -0700 (PDT)
	(envelope-from lasker@nu.erudition.net)
Received: (from root@localhost)
	by nu.erudition.net (8.9.3/8.9.3) id GAA09815;
	Thu, 15 Jun 2000 06:34:01 -0400 (EDT)
	(envelope-from lasker)
Message-Id: <200006151034.GAA09815@nu.erudition.net>
Date: Thu, 15 Jun 2000 06:34:01 -0400 (EDT)
From: walt@erudition.net
Sender: lasker@nu.erudition.net
Reply-To: walt@erudition.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: port monitord update
X-Send-Pr-Version: 3.2

>Number:         19294
>Category:       ports
>Synopsis:       port monitord update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 15 03:40:01 PDT 2000
>Closed-Date:    Tue Jun 20 02:25:07 PDT 2000
>Last-Modified:  Tue Jun 20 02:31:13 PDT 2000
>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:
State-Changed-From-To: open->closed 
State-Changed-By: sobomax 
State-Changed-When: Tue Jun 20 02:25:07 PDT 2000 
State-Changed-Why:  
Committed, thanks! 

Next time try to submit patches that apply clearly. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=19294 
>Unformatted:
