]> git.pld-linux.org Git - packages/nagios-plugin-check_domain.git/commitdiff
rename plugin with .sh extension in repository
authorElan Ruusamäe <glen@delfi.ee>
Tue, 24 Sep 2013 14:41:37 +0000 (17:41 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 24 Sep 2013 14:42:35 +0000 (17:42 +0300)
check_domain.sh [moved from check_domain with 100% similarity]
nagios-plugin-check_domain.spec
test.sh

similarity index 100%
rename from check_domain
rename to check_domain.sh
index e69657c11956a0a6e380894f1cb95dbcba3e44b6..d0c31ae075553d6af642303c43fe2129f6e8ea6d 100644 (file)
@@ -5,7 +5,7 @@ Version:        1.2.3
 Release:       1
 License:       GPL
 Group:         Networking
-Source0:       %{plugin}
+Source0:       %{plugin}.sh
 Source1:       %{plugin}.cfg
 URL:           http://www.tomas.cat/blog/en/checking-domain-name-expiration-date-checkdomain
 Requires:      whois
diff --git a/test.sh b/test.sh
index 41f1382c70b725cc0dd25823e804c9976250797e..3179311b19a4de3fe40e7672928247d5886bc56d 100755 (executable)
--- a/test.sh
+++ b/test.sh
@@ -20,5 +20,5 @@ amazon.co.uk
 "
 
 for domain in $domains; do
-       sh -$- ./check_domain -d $domain
+       sh -$- ./check_domain.sh -d $domain
 done
This page took 0.130574 seconds and 4 git commands to generate.