aboutsummaryrefslogtreecommitdiffstats
path: root/dist-tools
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-11-22 00:15:53 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-11-22 00:15:53 +0000
commite9bc411e997cb8f7ec675e2e74b5d12c0b10adf7 (patch)
tree77e1f71b333d3e1bd2ee7131d562488c6c369099 /dist-tools
parentf8c8b7f28b76e2511b6ac78a6f987407d4b63371 (diff)
downloadfetchmail-e9bc411e997cb8f7ec675e2e74b5d12c0b10adf7.tar.gz
fetchmail-e9bc411e997cb8f7ec675e2e74b5d12c0b10adf7.tar.bz2
fetchmail-e9bc411e997cb8f7ec675e2e74b5d12c0b10adf7.zip
Block this script.
svn path=/branches/BRANCH_6-3/; revision=4959
Diffstat (limited to 'dist-tools')
-rwxr-xr-xdist-tools/uploadfaq5
1 files changed, 4 insertions, 1 deletions
diff --git a/dist-tools/uploadfaq b/dist-tools/uploadfaq
index 73d29468..7719ec98 100755
--- a/dist-tools/uploadfaq
+++ b/dist-tools/uploadfaq
@@ -1,5 +1,8 @@
#!/bin/sh
+echo >&2 "this script $0 is outdated. Abort."
+exit 1
+
version=`sed -n '/VERSION *= *\(.*\)/s//\1/p' <Makefile`
echo "Uploading fetchmail version ${version} FAQ"
@@ -21,4 +24,4 @@ put FAQ
close
EOF
echo "fetchmail FAQ uploaded"
-fi \ No newline at end of file
+fi