diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2012-12-23 16:45:59 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2012-12-23 16:45:59 +0100 |
commit | 4260a265b2da01ba1a9757ffb2693db898349ecc (patch) | |
tree | d6e326fc88b261298d1c4f5f730e16e78a706cc5 /genlsm.sh.in | |
parent | 5c7da5cc729148aace14fdf4b088554bddb7447c (diff) | |
download | fetchmail-4260a265b2da01ba1a9757ffb2693db898349ecc.tar.gz fetchmail-4260a265b2da01ba1a9757ffb2693db898349ecc.tar.bz2 fetchmail-4260a265b2da01ba1a9757ffb2693db898349ecc.zip |
Remove LSM-related stuff from the distribution.
IBiblio no longer accepts submissions, and considers itself an archive.
There is no point in our carrying forward any related material, if
needed for reference purposes, it can be fetched from older versions in
the Git repository.
Diffstat (limited to 'genlsm.sh.in')
-rw-r--r-- | genlsm.sh.in | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/genlsm.sh.in b/genlsm.sh.in deleted file mode 100644 index 52834287..00000000 --- a/genlsm.sh.in +++ /dev/null @@ -1,33 +0,0 @@ -#! /bin/sh -# @configure_input@ - -# WARNING: -# WARNING: If you change the description, also change specgen.sh! -# WARNING: - -cat <<EOF -Begin4 -Title: @PACKAGE@ -Version: @VERSION@ -Entered-date: `date -u +%Y-%m-%d` -Description: Fetchmail is a free, full-featured, robust, and well-documented - remote mail retrieval and forwarding utility intended to be used - over on-demand TCP/IP links (such as SLIP or PPP connections). - It retrieves mail from remote mail servers and forwards it - to your local (client) machine's delivery system, so it can - then be be read by normal mail user agents such as mutt, elm, - pine, (x)emacs/gnus, or mailx. Comes with an interactive GUI - configurator (in Python/Tk) suitable for end-users. -Keywords: mail, client, POP3, APOP, KPOP, IMAP, ETRN, ODMR, SMTP, ESMTP, GSSAPI, RPA, NTLM, CRAM-MD5, SASL -Author: matthias.andree@gmx.de (Matthias Andree) - shetye@bombay.retortsoft.com (Sunil Shetye) - rfunk@funknet.net (Rob Funk) -Maintained-by: fetchmail-devel@lists.berlios.de -Primary-site: http://developer.berlios.de/projects/fetchmail - `ls -sk @PACKAGE@-@VERSION@.tar.bz2 | \ - @AWK@ '{ printf "%4dkB", $1 }'` @PACKAGE@-@VERSION@.tar.bz2 - 1kB @PACKAGE@-@VERSION@.tar.bz2.asc -Platforms: All -Copying-policy: GPL -End -EOF |