]> git.michaelhowe.org Git - packages/a/afs-monitor.git/commitdiff
Imported Upstream version 2.0
authorRuss Allbery <rra@stanford.edu>
Thu, 11 Nov 2010 01:36:03 +0000 (17:36 -0800)
committerRuss Allbery <rra@stanford.edu>
Thu, 11 Nov 2010 01:36:03 +0000 (17:36 -0800)
.gitignore [deleted file]
Makefile [deleted file]
check_afs_bos
check_afs_quotas
check_afs_rxdebug
check_afs_space
check_afs_udebug

diff --git a/.gitignore b/.gitignore
deleted file mode 100644 (file)
index cc6ef8d..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-/afs-monitor-*/
-/afs-monitor-*.tar.gz
diff --git a/Makefile b/Makefile
deleted file mode 100644 (file)
index 6b109b9..0000000
--- a/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# This Makefile contains only a dist rule to generate a distribution
-# tarball, and isn't included in the distribution.  The software doesn't
-# need any compilation, so there are no other rules.
-
-VERSION := $(shell grep '^afs-monitor' NEWS | head -1 | cut -d' ' -f 2)
-DATE    := $(shell grep '^afs-monitor' NEWS | head -1 | cut -d' ' -f 3)
-
-SCRIPTS := check_afs_quotas check_afs_space check_afs_bos check_afs_rxdebug \
-          check_afs_udebug
-EXTRA   := LICENSE NEWS README
-
-all:
-
-dist:
-       mkdir afs-monitor-$(VERSION)
-       set -e; for script in $(SCRIPTS); do \
-           sed -e 's![@]VERSION[@]!$(VERSION)!g' \
-               -e 's![@]DATE[@]!$(DATE)!g' \
-               $$script > afs-monitor-$(VERSION)/$$script ; \
-           chmod 755 afs-monitor-$(VERSION)/$$script ; \
-       done
-       cp $(EXTRA) afs-monitor-$(VERSION)/
-       tar cf afs-monitor-$(VERSION).tar afs-monitor-$(VERSION)
-       gzip -9 afs-monitor-$(VERSION).tar
-       rm -r afs-monitor-$(VERSION)
index 43be08c7104c7eb7b813764edf1797772024ff5a..6ff284cbf0d0baf3521369ee0a7cc7f35b0a7559 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -w
-our $VERSION = '@VERSION@ @DATE@';
+our $VERSION = '2.0 (2010-11-10)';
 #
 # check_afs_bos -- Monitor AFS bos output for problems in Nagios.
 #
index 4a403f8764b7bbfbfeb47ecbf43015585754bb00..c9d58b6160ff1ddb9e66bdd8d4bd40916eca6c5b 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -w
-our $VERSION = '@VERSION@ @DATE@';
+our $VERSION = '2.0 (2010-11-10)';
 #
 # check afs_quotas -- Monitor AFS quota usage under Nagios.
 #
index 6f55b4b9786d873d6078bbab16005661cefd5fa2..777d68e268f01bf5aa67d6915b32245d0d7a17e5 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -w
-our $VERSION = '@VERSION@ @DATE@';
+our $VERSION = '2.0 (2010-11-10)';
 #
 # check_afs_rxdebug -- Nagios AFS server check for waiting connections.
 #
index 1b602aa935aa5099460c13a91aa2ed389a6da315..2f9b57550f91c4b0eec1cf59672704c243c5ed96 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -w
-our $VERSION = '@VERSION@ @DATE@';
+our $VERSION = '2.0 (2010-11-10)';
 #
 # check_afs_space -- Monitor AFS disk space usage under Nagios.
 #
index a48ba76b7b8a127cf5ab04fc69baa183362d1b46..97158dd59aa181d61a7986a09983fc8a1688bf38 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -w
-our $VERSION = '@VERSION@ @DATE@';
+our $VERSION = '2.0 (2010-11-10)';
 #
 # check_afs_udebug -- Check AFS database servers using udebug for Nagios.
 #