From ccdc123d89d048b2506887047a4fd1afb7928256 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Thu, 11 Jan 2007 13:23:45 +0000 Subject: [PATCH] Truncate title to make it more good looking in menuconfig SVN-Revision: 6077 --- libs/libpam/Makefile | 2 +- libs/librsync/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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\\\ -- 2.30.2