From e16d50f30d6c543bbe65c9a76b9d49f857939e95 Mon Sep 17 00:00:00 2001
From: Tom Scavo <trscavo@internet2.edu>
Date: Mon, 24 Apr 2017 10:11:38 -0400
Subject: [PATCH] Migrate to core lib

---
 bin/check_idp_error_urls.sh          | 5 ++---
 bin/list_local_idp_error_urls.sh     | 5 ++---
 bin/list_local_saml_idp_endpoints.sh | 5 ++---
 bin/probe_saml_idp.sh                | 5 ++---
 bin/probe_saml_idps.sh               | 5 ++---
 5 files changed, 10 insertions(+), 15 deletions(-)

diff --git a/bin/check_idp_error_urls.sh b/bin/check_idp_error_urls.sh
index b172ad6..aa739c5 100755
--- a/bin/check_idp_error_urls.sh
+++ b/bin/check_idp_error_urls.sh
@@ -236,9 +236,8 @@ if [ ! -d "$LIB_DIR" ]; then
 	exit 2
 fi
 
-# library filenames (always list command_paths first)
-LIB_FILENAMES="command_paths.sh
-compatible_mktemp.sh
+# library filenames
+LIB_FILENAMES="core_lib.sh
 http_tools.sh
 md_tools.sh"
 
diff --git a/bin/list_local_idp_error_urls.sh b/bin/list_local_idp_error_urls.sh
index 481ddea..c93577e 100755
--- a/bin/list_local_idp_error_urls.sh
+++ b/bin/list_local_idp_error_urls.sh
@@ -152,9 +152,8 @@ if [ ! -d "$LIB_DIR" ]; then
 fi
 $verbose_mode && printf "$script_name using source lib directory: %s\n" "$LIB_DIR"
 
-# library filenames (always list command_paths first)
-LIB_FILENAMES="command_paths.sh
-compatible_mktemp.sh
+# library filenames
+LIB_FILENAMES="core_lib.sh
 http_tools.sh
 md_tools.sh"
 
diff --git a/bin/list_local_saml_idp_endpoints.sh b/bin/list_local_saml_idp_endpoints.sh
index d087b6e..0dacda8 100755
--- a/bin/list_local_saml_idp_endpoints.sh
+++ b/bin/list_local_saml_idp_endpoints.sh
@@ -179,9 +179,8 @@ if [ ! -d "$LIB_DIR" ]; then
 fi
 $verbose_mode && printf "$script_name using source lib directory: %s\n" "$LIB_DIR"
 
-# library filenames (always list command_paths first)
-LIB_FILENAMES="command_paths.sh
-compatible_mktemp.sh"
+# library filenames
+LIB_FILENAMES="core_lib.sh"
 
 # source lib files
 for lib_filename in $LIB_FILENAMES; do
diff --git a/bin/probe_saml_idp.sh b/bin/probe_saml_idp.sh
index 3167a61..68e2d15 100755
--- a/bin/probe_saml_idp.sh
+++ b/bin/probe_saml_idp.sh
@@ -264,9 +264,8 @@ if [ ! -d "$LIB_DIR" ]; then
 	exit 2
 fi
 
-# library filenames (always list command_paths first)
-LIB_FILENAMES="command_paths.sh
-compatible_mktemp.sh
+# library filenames
+LIB_FILENAMES="core_lib.sh
 http_tools.sh
 md_tools.sh
 saml_tools.sh
diff --git a/bin/probe_saml_idps.sh b/bin/probe_saml_idps.sh
index 0eb12fd..fca389f 100755
--- a/bin/probe_saml_idps.sh
+++ b/bin/probe_saml_idps.sh
@@ -377,9 +377,8 @@ if [ ! -d "$LIB_DIR" ]; then
 	exit 2
 fi
 
-# library filenames (always list command_paths first)
-LIB_FILENAMES="command_paths.sh
-compatible_mktemp.sh
+# library filenames
+LIB_FILENAMES="core_lib.sh
 http_tools.sh
 md_tools.sh
 saml_tools.sh