diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2009-10-30 02:23:23 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2009-10-30 02:23:23 +0000 |
commit | c486e64596db92a4319f48f27832fd7ff8cc639d (patch) | |
tree | 5bfc17e33c033121e24b492f5ca41ded5c42d7e5 /dist-tools/uploadfaq | |
parent | 0461562f6326dfff4c6eedb18a5b831eb8475efe (diff) | |
download | fetchmail-c486e64596db92a4319f48f27832fd7ff8cc639d.tar.gz fetchmail-c486e64596db92a4319f48f27832fd7ff8cc639d.tar.bz2 fetchmail-c486e64596db92a4319f48f27832fd7ff8cc639d.zip |
Clean up dist-tools, remove or update.
svn path=/branches/BRANCH_6-3/; revision=5446
Diffstat (limited to 'dist-tools/uploadfaq')
-rwxr-xr-x | dist-tools/uploadfaq | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dist-tools/uploadfaq b/dist-tools/uploadfaq deleted file mode 100755 index 7719ec98..00000000 --- a/dist-tools/uploadfaq +++ /dev/null @@ -1,27 +0,0 @@ -#!/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" - -if [ $* ] -then - ../upload $* -else - lftp <<EOF -# First, copy to primary website -open ${WWWHOST} -cd ${WWWDIR}/fetchmail -put fetchmail-FAQ.html -close - -# Next, upload to the ftp site -open locke.ccil.org -cd ~ftp/pub/esr/fetchmail -put FAQ -close -EOF - echo "fetchmail FAQ uploaded" -fi |