Date: Mon, 5 Jun 2000 04:04:33 -0400 (EDT) From: walt@erudition.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/19011: new port submission Message-ID: <200006050804.EAA38326@nu.erudition.net>
next in thread | raw e-mail | index | archive | help
>Number: 19011 >Category: ports >Synopsis: new port submission >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: Mon Jun 05 01:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: W. M. Shandruk >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: >Description: New port, "monitord" for the "sysutils" category. A Simple service monitoring daemon that can restart standalone services that crash or are inadvertently killed. >How-To-Repeat: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # monitord # monitord/Makefile # monitord/pkg # monitord/pkg/COMMENT # monitord/pkg/DESCR # monitord/pkg/PLIST # monitord/files # monitord/files/md5 # echo c - monitord mkdir -p monitord > /dev/null 2>&1 echo x - monitord/Makefile sed 's/^X//' >monitord/Makefile << 'END-of-monitord/Makefile' X# New ports collection makefile for: monitord X# Date created: June 5, 2000 X# Whom: walt X# X# $FreeBSD$ X# X XPORTNAME= monitord XPORTVERSION= 0.1.0 XCATEGORIES= sysutils XMASTER_SITES= ftp://ftp.erudition.net/pub/monitord/ X XMAN8= monitord.8 XMAINTAINER= walt@erudition.net X X.include <bsd.port.mk> END-of-monitord/Makefile echo c - monitord/pkg mkdir -p monitord/pkg > /dev/null 2>&1 echo x - monitord/pkg/COMMENT sed 's/^X//' >monitord/pkg/COMMENT << 'END-of-monitord/pkg/COMMENT' XService that restarts other standalone services if they terminate END-of-monitord/pkg/COMMENT echo x - monitord/pkg/DESCR sed 's/^X//' >monitord/pkg/DESCR << 'END-of-monitord/pkg/DESCR' XThis port allows one to monitor other standalone services and automatically Xrestart them if they are accidentally and unwittingly terminated, or crash Xeither because of instability or a DoS attack. X X- Walt Xwalt@erudition.net END-of-monitord/pkg/DESCR echo x - monitord/pkg/PLIST sed 's/^X//' >monitord/pkg/PLIST << 'END-of-monitord/pkg/PLIST' Xetc/monitord.conf Xbin/monitord END-of-monitord/pkg/PLIST echo c - monitord/files mkdir -p monitord/files > /dev/null 2>&1 echo x - monitord/files/md5 sed 's/^X//' >monitord/files/md5 << 'END-of-monitord/files/md5' XMD5 (monitord-0.1.0.tar.gz) = 4c02100f5be1cb68527bd6af63360ec8 END-of-monitord/files/md5 exit >Fix: >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?200006050804.EAA38326>