fixing typo post-test was removed in commit 448
Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2014-05-20 11:46:41 UTC (rev 454) +++ trunk/Makefile 2014-05-20 12:06:15 UTC (rev 455) @@ -207,6 +207,8 @@ allmibs.tar.gz: cd mibs && tar --gzip -cf ../allmibs.tar.gz * + +post-test: perl -e '$$_="${DESTDIR}/${PLUGIN_DIR}/check_icmp"; -u $$_ || warn "WARNING: File not setuid (ok if packaging) : $$_\n"' perl -e '$$_="${DESTDIR}/${PLUGIN_DIR}/check_dhcp"; -u $$_ || warn "WARNING: File not setuid (ok if packaging) : $$_\n"'