diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 12:04:24 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 12:04:24 +0000 |
commit | b8ceebe6d2a7621bcaaef5262b2760b3b27e129f (patch) | |
tree | 52d630a78cd9125a712e70571cd4744130a04c52 /sysutils/watchdog/files/patch-Makefile | |
parent | Add the Linux binaries for the Dell RAID tools. These have been tested and (diff) |
New port for ELAN SC520 watchdog
Watchdog daemon for the AMD Elan sc520 system-on-chip.
The watchdogd deamon 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/
PR: ports/55797
Submitted by: Dirk-Willem van Gulik <dirkx@webweaving.org>
Diffstat (limited to 'sysutils/watchdog/files/patch-Makefile')
-rw-r--r-- | sysutils/watchdog/files/patch-Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/watchdog/files/patch-Makefile b/sysutils/watchdog/files/patch-Makefile new file mode 100644 index 000000000000..4d30b0cf5dd4 --- /dev/null +++ b/sysutils/watchdog/files/patch-Makefile @@ -0,0 +1,12 @@ +--- 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 + |