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/wd@underscore@identify /usr/sbin/watchdog
FILES_INFO: {"/usr/sbin/wd_identify": 14248, "/etc/init.d/watchdog.sh": 1522, "/usr/sbin/watchdog": 82568}
FILERPROVIDES_/usr/sbin/wd@underscore@identify_watchdog: elf(buildid) (= 5594c242174f65829ebbda383201beb2e188274b)
FILERPROVIDES_/usr/sbin/watchdog_watchdog: elf(buildid) (= ff85d5d09dcdecde0ff4b033b43b131bfd8b4fd7)
FILERDEPENDSFLIST_watchdog: /usr/sbin/wd@underscore@identify /etc/init.d/watchdog.sh /usr/sbin/watchdog
FILERDEPENDS_/usr/sbin/wd@underscore@identify_watchdog: libc.so.6 libc.so.6(GLIBC_2.4) rtld(GNU_HASH)
FILERDEPENDS_/etc/init.d/watchdog.sh_watchdog: /bin/sh
FILERDEPENDS_/usr/sbin/watchdog_watchdog: libc.so.6 libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.7) rtld(GNU_HASH)
PKGSIZE_watchdog: 98338
