summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2011-09-26 19:35:01 +0200
committerBor Kraljič2011-09-26 19:35:01 +0200
commit89601688e76b58598e92e11fa50156a58f00768e (patch)
tree58697a81918858d53c5884ab95e7f6367d30f4a4
parentbf37b79ae0e2ae819b6586c990be9a9d8fd07810 (diff)
wu-ftpd: fixed long description wrap
-rwxr-xr-xftp/wu-ftpd/DETAILS11
-rw-r--r--ftp/wu-ftpd/HISTORY3
2 files changed, 10 insertions, 4 deletions
diff --git a/ftp/wu-ftpd/DETAILS b/ftp/wu-ftpd/DETAILS
index 438370248a..11f14acaee 100755
--- a/ftp/wu-ftpd/DETAILS
+++ b/ftp/wu-ftpd/DETAILS
@@ -16,8 +16,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="ftp"
SHORT="WU-FTPD is the most popular ftp daemon on the Internet,This *is* version WU-FTPD 2.6.2"
cat << EOF
-WU-FTPD 2.6.2 has been released. There are no patches to the current version.
-Version 2.6.2 comprises 2.6.1 with all patches applied, and addresses all security concerns raised in CA-2001-33.
-Wuarchive-ftpd, more affectionately known as WU-FTPD, is a replacement ftp daemon for Unix systems developed at
-Washington University (*.wustl.edu) by Bryan D. O'Connor. (who is no longer working on it or supporting it!)
+WU-FTPD 2.6.2 has been released. There are no patches to the current version.
+Version 2.6.2 comprises 2.6.1 with all patches applied, and addresses all
+security concerns raised in CA-2001-33.
+Wuarchive-ftpd, more affectionately known as WU-FTPD, is a replacement ftp
+daemon for Unix systems developed at
+Washington University (*.wustl.edu) by Bryan D. O'Connor. (who is no longer
+working on it or supporting it!)
EOF
diff --git a/ftp/wu-ftpd/HISTORY b/ftp/wu-ftpd/HISTORY
index e138173952..34a0e6284b 100644
--- a/ftp/wu-ftpd/HISTORY
+++ b/ftp/wu-ftpd/HISTORY
@@ -1,3 +1,6 @@
+2011-09-26 Bor Kraljič <pyrobor@ver.si>
+ * DETAILS: fixed long description wrap
+
2009-10-11 Ethan Grammatikidis <eekee57@fastmail.fm>
* INSTALL: $INSTALL_ROOT was missing from several lines. Fixed.