Bug 19011 - new port submission
Summary: new port submission
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-06-05 09:10 UTC by walt
Modified: 2000-06-09 22:51 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description walt 2000-06-05 09:10:01 UTC
	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
Comment 1 Will Andrews freebsd_committer freebsd_triage 2000-06-09 22:49:16 UTC
State Changed
From-To: open->closed

Committed, thanks!