代码搜索结果
找到约 6,975 项符合
Watchdog 的代码
de.po
# German translation of watchdog templates
# Michael Meskes , 2007
# Helge Kreutzmann , 2007
# This file is distributed under the same license as the watchdog
wd_keepalive.init
#!/bin/sh
#/etc/init.d/wd_keepalive: start wd_keepalive daemon.
### BEGIN INIT INFO
# Provides: wd_keepalive
# Short-Description: Start watchdog keepalive daemon
# Required-Start: $local_
postinst
#!/bin/sh
set -e
if [ "$1" = configure ]
then
. /usr/share/debconf/confmodule
# do we have to create the device?
if [ ! -c /dev/watchdog ]
then
(cd /dev; /sbin/MAKEDEV misc || true
init
#!/bin/sh
#/etc/init.d/watchdog: start watchdog daemon.
### BEGIN INIT INFO
# Provides: watchdog
# Short-Description: Start software watchdog daemon
# Required-Start: $local_fs $remote_fs
preinst
#!/bin/sh
set -e
if [ -f /var/lib/dpkg/info/watchdog.prerm ]; then
# fix that old nasty reboot-on-upgrade bug
if [ `grep "/etc/init.d/watchdog stop" /var/lib/dpkg/info/watchdog.prerm >/dev/null` ]
t
dirs
etc/init.d
usr/sbin
var/log/watchdog
create_tarball.sh
#!/bin/sh
# start this script inside the watchdog source tree to create a releasable tarball
major=`grep MAJOR_VERSION= configure.in | cut -f2 -d"="`
minor=`grep MINOR_VERSION= configure.in | cut -f
copying
Copyright (C) 1996-1999 Michael Meskes
WATCHDOG is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundati
main.h
//************************** MAIN.H *************************//
//************************** 主程序 *************************//
/*常用操作宏定义*/
#define watchdog() T0=!T0
main.c
#include
#include
#include
main()
{
//unsigned char i;
init_8279();
init_lcd();
bbb();
wait_key();
while(1)
{ watchdog();
aaa();
}
}
/****