Import downtimed, a program for monitoring operating system downtime.

ok aja@ benoit@
This commit is contained in:
rpointel 2011-01-04 17:40:42 +00:00
parent afd4b22ea1
commit a0fc00466d
5 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/01/04 17:40:42 rpointel Exp $
COMMENT = system downtime monitoring
DISTNAME = downtimed-0.4
CATEGORIES = sysutils
HOMEPAGE = http://dist.epipe.com/downtimed/
MASTER_SITES = ${HOMEPAGE}
MAINTAINER = Remi Pointel <rpointel@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
USE_GROFF = Yes
CONFIGURE_STYLE = gnu
WANTLIB += c
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (downtimed-0.4.tar.gz) = 0MYfD6/Nhva31dAIlHNJmw==
RMD160 (downtimed-0.4.tar.gz) = husSdAjD4NijXR8/0ujvXkAz/Yk=
SHA1 (downtimed-0.4.tar.gz) = wzZTYs95UKWfdIsxrzWjhWUIajI=
SHA256 (downtimed-0.4.tar.gz) = YJm35bcM7GkPP8/D4MCn2euOxv8dV3w9XD/rROgYFbw=
SIZE (downtimed-0.4.tar.gz) = 99700

View File

@ -0,0 +1,2 @@
downtimed is a program for monitoring operating system downtime, uptime,
shutdowns and crashes and for keeping record of such events.

View File

@ -0,0 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/01/04 17:40:42 rpointel Exp $
@bin bin/downtimes
@man man/man1/downtimes.1
@man man/man8/downtimed.8
@bin sbin/downtimed
@rcscript ${RCDIR}/downtimed
@sample /var/db/downtimed/

View File

@ -0,0 +1,11 @@
#!/bin/sh
#
# $OpenBSD: downtimed.rc,v 1.1.1.1 2011/01/04 17:40:42 rpointel Exp $
daemon="${TRUEPREFIX}/sbin/downtimed"
. /etc/rc.d/rc.subr
rc_reload=NO
rc_cmd $1