mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 14:44:36 +04:00
Alarm Pinger (apinger) is a little tool which monitors various IP devices by simple ICMP echo requests. There are various other tools, that can do this, but most of them are shell or perl scripts, spawning many processes, thus much CPU-expensive, especially when one wants continuous monitoring and fast response on target failure. Signed-off-by: Alex Samorukov <samm@os2.kiev.ua>
12 lines
249 B
Diff
12 lines
249 B
Diff
--- apinger-0.6.1/Makefile.am.orig 2015-04-08 16:47:40.999990050 +0000
|
|
+++ apinger-0.6.1/Makefile.am 2015-04-08 16:48:07.565220137 +0000
|
|
@@ -1,7 +1,7 @@
|
|
|
|
EXTRA_DIST = autogen.sh TODO BUGS
|
|
|
|
-SUBDIRS = src doc
|
|
+SUBDIRS = src
|
|
|
|
.PHONY: ChangeLog
|
|
|