diff options
Diffstat (limited to 'sysutils/watchdog')
-rw-r--r-- | sysutils/watchdog/Makefile | 21 | ||||
-rw-r--r-- | sysutils/watchdog/distinfo | 2 | ||||
-rw-r--r-- | sysutils/watchdog/files/patch-Makefile | 12 | ||||
-rw-r--r-- | sysutils/watchdog/pkg-descr | 10 |
4 files changed, 0 insertions, 45 deletions
diff --git a/sysutils/watchdog/Makefile b/sysutils/watchdog/Makefile deleted file mode 100644 index 6545202b8ab2..000000000000 --- a/sysutils/watchdog/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Created by: dirkx@webweaving.org -# $FreeBSD$ - -PORTNAME= watchdog -PORTVERSION= 1.00 -CATEGORIES= sysutils -MASTER_SITES= http://www.webweaving.org/watchdog/ -EXTRACT_SUFX= .tgz - -MAINTAINER= dirkx@webweaving.org -COMMENT= Watchdog daemon for the AMD Elan sc520 system-on-chip - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -USES= uidfix - -PLIST_FILES= bin/watchdogd man/man8/watchdogd.8.gz - -.include <bsd.port.mk> diff --git a/sysutils/watchdog/distinfo b/sysutils/watchdog/distinfo deleted file mode 100644 index 9bc3fe47f1e1..000000000000 --- a/sysutils/watchdog/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (watchdog-1.00.tgz) = d9c68d32d2dfe391b18086afe331c8c92ebc4876ddb8c5c22ab4a4427695b7f7 -SIZE (watchdog-1.00.tgz) = 5316 diff --git a/sysutils/watchdog/files/patch-Makefile b/sysutils/watchdog/files/patch-Makefile deleted file mode 100644 index 4d30b0cf5dd4..000000000000 --- a/sysutils/watchdog/files/patch-Makefile +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.orig Fri Jul 11 03:43:45 2003 -+++ Makefile Mon Oct 6 05:02:03 2003 -@@ -4,7 +4,8 @@ - PROG= watchdogd - MAN= watchdogd.8 - --BINDIR?= /sbin -+BINDIR?= ${PREFIX}/bin -+MANDIR?= ${PREFIX}/man/man - NOSHARED?= YES - WARNS?= 2 - diff --git a/sysutils/watchdog/pkg-descr b/sysutils/watchdog/pkg-descr deleted file mode 100644 index 0a5f6b6c3d6a..000000000000 --- a/sysutils/watchdog/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Watchdog daemon for the AMD Elan sc520 system-on-chip. - -The watchdogd daemon runs in the background and will reset the hardware -watchdog timer of the elan-mmcr/soekris every 16 seconds. If this timer -is not reset within 32 seconds thereafter the hardware will reboot. - -This software was specifically developed for http://www.soekris.com/ boards -and for use within the http://www.wirelessleiden.nl/ project. - -WWW: http://www.webweaving.org/watchdog/ |