aboutsummaryrefslogtreecommitdiffstats
path: root/dist-tools
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-11-22 00:15:11 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-11-22 00:15:11 +0000
commitf8c8b7f28b76e2511b6ac78a6f987407d4b63371 (patch)
tree08077bdaa1ae33b7a7a80d097efe4a9b8549b791 /dist-tools
parenta60b5bb50201cdd872f4c597326302445a7e2b1b (diff)
downloadfetchmail-f8c8b7f28b76e2511b6ac78a6f987407d4b63371.tar.gz
fetchmail-f8c8b7f28b76e2511b6ac78a6f987407d4b63371.tar.bz2
fetchmail-f8c8b7f28b76e2511b6ac78a6f987407d4b63371.zip
Block this script.
svn path=/branches/BRANCH_6-3/; revision=4958
Diffstat (limited to 'dist-tools')
-rwxr-xr-xdist-tools/indexgen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/dist-tools/indexgen.sh b/dist-tools/indexgen.sh
index 0fac4259..f24392e9 100755
--- a/dist-tools/indexgen.sh
+++ b/dist-tools/indexgen.sh
@@ -2,6 +2,9 @@
#
# indexgen.sh -- generate current version of fetchmail home page.
#
+echo "This script is hopelessly out of date. Abort." >&2
+exit 1
+
goldvers="6.2.0"
goldname="6.2.0"
version=`sed -n <Makefile.in "/VERSION *= */s/VERSION *= *\([^ ]*\)/\1/p"`