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 glibc (>= 2.28)
RRECOMMENDS_watchdog: watchdog-lic  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\nset -e\nif true && 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 -s"\n\tfi\n\tupdate-rc.d $OPT watchdog start 25 1 2 3 4 5 . stop 85 0 6 .\nfi\n
pkg_postrm_watchdog: #!/bin/sh\nset -e\nif true && 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 remove\nfi\n
pkg_preinst_watchdog: #!/bin/sh\nset -e\nif true && [ -z "$D" -a -f "/etc/init.d/watchdog" ]; then\n\t/etc/init.d/watchdog stop || :\nfi\nif true && 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 remove\nfi\n
pkg_prerm_watchdog: #!/bin/sh\nset -e\nif true && [ -z "$D" -a -x "/etc/init.d/watchdog" ]; then\n\t/etc/init.d/watchdog stop || :\nfi\n
FILES_INFO: {"/etc/init.d/watchdog": 2233, "/usr/sbin/wd_identify": 13876, "/usr/sbin/watchdog": 63680}
FILERDEPENDSFLIST_watchdog: /usr/sbin/wd@underscore@identify /etc/init.d/watchdog /usr/sbin/watchdog
FILERDEPENDS_/usr/sbin/wd@underscore@identify_watchdog:  ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6(GLIBC_2.4) libc.so.6 ld-linux-armhf.so.3 rtld(GNU_HASH)
FILERDEPENDS_/etc/init.d/watchdog_watchdog:  /bin/sh
FILERDEPENDS_/usr/sbin/watchdog_watchdog:  ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6(GLIBC_2.28) libc.so.6(GLIBC_2.15) libc.so.6(GLIBC_2.7) libc.so.6(GLIBC_2.4) libc.so.6 ld-linux-armhf.so.3 rtld(GNU_HASH)
PKGSIZE_watchdog: 79789
