check_nwc_health: Update to 10.3

This commit is contained in:
Jan Wagner 2022-10-20 12:16:58 +02:00
parent c9d0bd759b
commit 701ad1159a
520 changed files with 1369 additions and 42 deletions

View file

@ -0,0 +1,11 @@
## Process this file with automake to produce Makefile.in
SUBDIRS = plugins-scripts
DOS2UNIX=$(shell which dos2unix || which fromdos)
dist-hook:
rm -f t/var/tmp/*
rm -f t/var/adm/*
find $(distdir) -type f -exec $(DOS2UNIX) {} >/dev/null 2>&1 \;
make