From owner-cvs-all@FreeBSD.ORG Mon Oct 6 05:04:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E204216A4B3; Mon, 6 Oct 2003 05:04:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1423A43F85; Mon, 6 Oct 2003 05:04:25 -0700 (PDT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h96C4OXJ025271; Mon, 6 Oct 2003 05:04:24 -0700 (PDT) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h96C4OA0025270; Mon, 6 Oct 2003 05:04:24 -0700 (PDT) (envelope-from edwin) Message-Id: <200310061204.h96C4OA0025270@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 6 Oct 2003 05:04:24 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils Makefile ports/sysutils/watchdog Makefile distinfo pkg-descr pkg-plist ports/sysutils/watchdog/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 12:04:26 -0000 edwin 2003/10/06 05:04:24 PDT FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/watchdog Makefile distinfo pkg-descr pkg-plist sysutils/watchdog/files patch-Makefile Log: 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 Revision Changes Path 1.433 +1 -0 ports/sysutils/Makefile 1.1 +29 -0 ports/sysutils/watchdog/Makefile (new) 1.1 +1 -0 ports/sysutils/watchdog/distinfo (new) 1.1 +12 -0 ports/sysutils/watchdog/files/patch-Makefile (new) 1.1 +13 -0 ports/sysutils/watchdog/pkg-descr (new) 1.1 +1 -0 ports/sysutils/watchdog/pkg-plist (new)