mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
b8ceebe6d2
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>
13 lines
250 B
Plaintext
13 lines
250 B
Plaintext
--- 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
|
|
|