PN: watchdog
PV: 5.15
PR: r0
PKGV: 5.15
PKGR: r0
LICENSE: GPL-2.0+
DESCRIPTION: Watchdog is a daemon that checks if your system is still working. If programs in user space are not longer executed it will reboot the system.
SUMMARY: Software watchdog
RDEPENDS_watchdog: watchdog-config watchdog-keepalive glibc (>= linaro-2.23)
RRECOMMENDS_watchdog: kernel-module-softdog update-rc.d
SECTION: base
PKG_watchdog: watchdog
FILES_watchdog: /usr/bin/* /usr/sbin/* /usr/libexec/* /usr/lib/lib*.so.* /etc /com /var /bin/* /sbin/* /lib/*.so.* /lib/udev /usr/lib/udev /lib/udev /usr/lib/udev /usr/share/watchdog /usr/lib/watchdog/* /usr/share/pixmaps /usr/share/applications /usr/share/idl /usr/share/omf /usr/share/sounds /usr/lib/bonobo/servers
pkg_postinst_watchdog: #!/bin/sh\n# Begin section update-rc.d\nif type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-r $D"\n\telse\n\t\tOPT="-s"\n\tfi\n\tupdate-rc.d $OPT watchdog.sh start 15 1 2 3 4 5 . stop 85 0 6 .\nfi\n# End section update-rc.d\n
pkg_postrm_watchdog: #!/bin/sh\nif type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-f -r $D"\n\telse\n\t\tOPT="-f"\n\tfi\n\tupdate-rc.d $OPT watchdog.sh remove\nfi\n
pkg_preinst_watchdog: #!/bin/sh\nif [ -z "$D" -a -f "/etc/init.d/watchdog.sh" ]; then\n\t/etc/init.d/watchdog.sh stop || :\nfi\nif type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-f -r $D"\n\telse\n\t\tOPT="-f"\n\tfi\n\tupdate-rc.d $OPT watchdog.sh remove\nfi\n
pkg_prerm_watchdog: #!/bin/sh\n# Begin section update-rc.d\nif [ -z "$D" -a -x "/etc/init.d/watchdog.sh" ]; then\n\t/etc/init.d/watchdog.sh stop || :\nfi\n# End section update-rc.d\n
FILERPROVIDESFLIST_watchdog: /usr/sbin/watchdog /usr/sbin/wd@underscore@identify
FILES_INFO: {"/usr/sbin/watchdog": 91048, "/etc/init.d/watchdog.sh": 1522, "/usr/sbin/wd_identify": 19336}
FILERPROVIDES_/usr/sbin/watchdog_watchdog: elf(buildid) (= 3ebdc9a5bfcae6473c16594ad55f78b928f39970)
FILERPROVIDES_/usr/sbin/wd@underscore@identify_watchdog: elf(buildid) (= 56825d0318383f99ba349d1c435882aa55a4af48)
FILERDEPENDSFLIST_watchdog: /usr/sbin/watchdog /etc/init.d/watchdog.sh /usr/sbin/wd@underscore@identify
FILERDEPENDS_/usr/sbin/watchdog_watchdog: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH)
FILERDEPENDS_/etc/init.d/watchdog.sh_watchdog: /bin/sh
FILERDEPENDS_/usr/sbin/wd@underscore@identify_watchdog: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH)
PKGSIZE_watchdog: 111906
