From: Florian Fainelli Date: Thu, 11 Jan 2007 13:23:45 +0000 (+0000) Subject: Truncate title to make it more good looking in menuconfig X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=ccdc123d89d048b2506887047a4fd1afb7928256 Truncate title to make it more good looking in menuconfig SVN-Revision: 6077 --- diff --git a/libs/libpam/Makefile b/libs/libpam/Makefile index 8978e2cb2f..aea8b4b855 100644 --- a/libs/libpam/Makefile +++ b/libs/libpam/Makefile @@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk define Package/libpam SECTION:=libs CATEGORY:=Libraries - TITLE:=Linux-PAM is a free implementation of the following DCE-RFC from Sunsoft. + TITLE:=free implementation of the following DCE-RFC from Sunsoft. DESCRIPTION:=\ Linux-PAM is a free implementation of the following DCE-RFC from Sunsoft. \\\ URL:=http://www.kernel.org/pub/linux/libs/pam diff --git a/libs/librsync/Makefile b/libs/librsync/Makefile index dc379bcd79..234943be29 100644 --- a/libs/librsync/Makefile +++ b/libs/librsync/Makefile @@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk define Package/librsync SECTION:=libs CATEGORY:=Libraries - TITLE:=librsync implements the rolling-checksum algorithm of remote file synchronization + TITLE:=implementation of the rolling-checksum algorithm DESCRIPTION:=\ librsync implements the rolling-checksum algorithm of remote file\\\ synchronization that was popularized by the rsync utility and is\\\