代码搜索结果
找到约 6,975 项符合
Watchdog 的代码
changelog
Fri Feb 23 13:26:14 MET 1996
- Watchdog 1.0 released.
Tue Mar 5 09:11:34 MET 1996
- Fixed two bugs in watchdog.c reported (and patched) by
Johannes Kroeger
install
If you're on a Debian system, make -f debian/rules binary creates the
watchdog package. It's even easier if you use debmake, just call build.
(Note that the Debian files are not distributed with the o
iafa-package
Title: watchdog
Version: 5.4
Description: A software watchdog.
Author: meskes@debian.org (Michael Meskes)
Maintained-by: meskes@debian.org (Michael Meskes)
Maintained-at:
watchdog.conf
#ping = 172.31.14.1
#ping = 172.26.1.255
#interface = eth0
#file = /var/log/messages
#change = 1407
# Uncomment to enable test. Setting one of these values to '0' disables it.
# These values
makefile.am
sbin_PROGRAMS = watchdog wd_keepalive
watchdog_SOURCES = file_stat.c file_table.c fstab.c iface.c ifdown.c keep_alive.c \
load.c lomount.c memory.c mntent.c mount.c net.c nfsmount.c \
nfsmount_
watchdog.c
/* $Header: /cvsroot/watchdog/watchdog/src/watchdog.c,v 1.4 2007/08/17 09:24:54 meskes Exp $ */
/*************************************************************/
/* Original version was an example in t
keep_alive.c
/* $Header: /cvsroot/watchdog/watchdog/src/keep_alive.c,v 1.2 2006/07/31 09:39:23 meskes Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include
#include
#include
changelog
watchdog (5.4-1) unstable; urgency=low
* New upstream version.
* Updated to standards version 3.7.2
* Fixed po files that got mangled in 5.3.1-4
-- Michael Meskes Fri, 17
postrm
#!/bin/sh -e
# Remove generated default file.
if [ "$1" = "purge" ]; then
rm -f /etc/default/watchdog
fi
# Not automatically added by dh_installinit (--noscripts)
if [ "$1" = "purge" ] ; then
upda
config
#!/bin/sh
set -e
. /usr/share/debconf/confmodule
db_capb backup
parse_default() {
case `sed -n 's/^run_watchdog=//p' "$@"` in
0) db_set watchdog/run false;;
1) db_set watchdog/run true