2015-04-03 19:50:27 +02:00
|
|
|
$NetBSD: patch-ad,v 1.5 2015/04/03 17:50:27 rodent Exp $
|
2006-02-18 18:19:20 +01:00
|
|
|
|
2015-04-03 19:50:27 +02:00
|
|
|
--- plugins-scripts/Makefile.in.orig 2014-06-26 16:17:33.000000000 +0000
|
2011-04-09 00:56:12 +02:00
|
|
|
+++ plugins-scripts/Makefile.in
|
2015-04-03 19:50:27 +02:00
|
|
|
@@ -1288,15 +1288,11 @@ top_srcdir = @top_srcdir@
|
2006-02-18 18:19:20 +01:00
|
|
|
with_trusted_path = @with_trusted_path@
|
2011-04-09 00:56:12 +02:00
|
|
|
@RELEASE_PRESENT_TRUE@NP_VERSION = @NP_RELEASE@
|
2006-02-18 18:19:20 +01:00
|
|
|
SUFFIXES = .pl .sh
|
|
|
|
-libexec_SCRIPTS = check_breeze check_disk_smb check_flexlm check_ircd \
|
2008-05-27 23:22:02 +02:00
|
|
|
- check_log check_oracle check_rpc check_sensors check_wave \
|
2006-02-18 18:19:20 +01:00
|
|
|
- check_ifstatus check_ifoperstatus check_mailq check_file_age \
|
2008-05-27 23:22:02 +02:00
|
|
|
- utils.sh utils.pm
|
|
|
|
-
|
2006-02-18 18:19:20 +01:00
|
|
|
-EXTRA_DIST = check_breeze.pl check_disk_smb.pl check_flexlm.pl check_ircd.pl \
|
|
|
|
- check_log.sh check_ntp.pl check_oracle.sh check_rpc.pl check_sensors.sh \
|
|
|
|
- check_ifstatus.pl check_ifoperstatus.pl check_wave.pl check_mailq.pl check_file_age.pl \
|
2008-05-27 23:22:02 +02:00
|
|
|
- utils.sh.in utils.pm.in t
|
|
|
|
+libexec_SCRIPTS = check_ircd check_log check_ntp check_rpc check_mailq \
|
2011-04-09 00:56:12 +02:00
|
|
|
+ check_file_age utils.sh utils.pm
|
|
|
|
+
|
2008-05-27 23:22:02 +02:00
|
|
|
+EXTRA_DIST = check_ircd.pl check_log.sh check_ntp.pl check_rpc.pl \
|
2011-04-09 00:56:12 +02:00
|
|
|
+ check_mailq.pl check_file_age.pl utils.sh.in utils.pm.in t
|
2006-02-18 18:19:20 +01:00
|
|
|
|
|
|
|
TESTS_ENVIRONMENT = perl -I $(top_builddir) -I $(top_srcdir)
|
2008-05-27 23:22:02 +02:00
|
|
|
TESTS = @SCRIPT_TEST@
|