mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
22 lines
1.0 KiB
Plaintext
22 lines
1.0 KiB
Plaintext
--- ./plugins-scripts/Makefile.in.orig 2014-12-02 01:44:57.000000000 +0200
|
|
+++ ./plugins-scripts/Makefile.in 2015-03-17 16:33:25.418858000 +0200
|
|
@@ -1322,14 +1322,14 @@
|
|
with_trusted_path = @with_trusted_path@
|
|
@RELEASE_PRESENT_TRUE@NP_VERSION = @NP_RELEASE@
|
|
SUFFIXES = .pl .sh
|
|
-libexec_SCRIPTS = check_breeze check_disk_smb check_flexlm check_ircd \
|
|
- check_log check_oracle check_rpc check_sensors check_wave \
|
|
+libexec_SCRIPTS = check_breeze check_disk_smb check_flexlm \
|
|
+ check_log check_oracle check_rpc \
|
|
check_ifstatus check_ifoperstatus check_mailq check_file_age \
|
|
utils.sh utils.pm
|
|
|
|
-EXTRA_DIST = check_breeze.pl check_disk_smb.pl check_flexlm.pl check_ircd.pl \
|
|
+EXTRA_DIST = check_breeze.pl check_disk_smb.pl check_flexlm.pl \
|
|
check_log.sh 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 \
|
|
+ check_ifstatus.pl check_ifoperstatus.pl check_mailq.pl check_file_age.pl \
|
|
utils.sh.in utils.pm.in t
|
|
|
|
EDIT = sed \
|