summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2011-09-26 19:34:54 +0200
committerBor Kraljič2011-09-26 19:34:54 +0200
commite377479804211191821fae63bbeb0b09c91d3256 (patch)
tree3de4bac763cb8bec4c8b3f9003b599992fe19b3d
parentce8ba7c2a89f8c68abf4d973d329a744f9324f04 (diff)
lsh: fixed long description wrap
-rwxr-xr-xcrypto/lsh/DETAILS3
-rw-r--r--crypto/lsh/HISTORY1
2 files changed, 3 insertions, 1 deletions
diff --git a/crypto/lsh/DETAILS b/crypto/lsh/DETAILS
index 49f31c6655..e67cc838e1 100755
--- a/crypto/lsh/DETAILS
+++ b/crypto/lsh/DETAILS
@@ -13,5 +13,6 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
KEYWORDS="ssh crypto"
SHORT="GPL-licensed implementation of the SSH (version 2) protocol"
cat << EOF
-lsh is a GNU GPL-licensed implementation of the SSH (version 2) protocol. It includes a server, a client, and some utility programs.
+lsh is a GNU GPL-licensed implementation of the SSH (version 2) protocol. It
+includes a server, a client, and some utility programs.
EOF
diff --git a/crypto/lsh/HISTORY b/crypto/lsh/HISTORY
index 746913deb2..db370897b2 100644
--- a/crypto/lsh/HISTORY
+++ b/crypto/lsh/HISTORY
@@ -1,5 +1,6 @@
2011-09-26 Bor Kraljič <pyrobor@ver.si>
* DETAILS: converted to upstream signature checking
+ fixed long description wrap
* A8F4C2FD.gpg: added gpg keyring
2006-10-03 Juuso Alasuutari <iuso@sourcemage.org>