From owner-freebsd-ports Thu Jun 15 3:40:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 18FB737B6D7 for ; Thu, 15 Jun 2000 03:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA05117; Thu, 15 Jun 2000 03:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from nu.erudition.net (nu.erudition.net [209.9.98.136]) by hub.freebsd.org (Postfix) with ESMTP id 15F4337B520 for ; 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 Reply-To: walt@erudition.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/19294: port monitord update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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