From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [v2 1/1] gnu: util-linux: Make description more descriptive. Date: Mon, 7 Dec 2015 15:03:07 -0500 Message-ID: <7cf230f54042b3bf7609839043c4c5918b2daad3.1449518529.git.leo@famulari.name> References: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a620B-0001zC-1L for guix-devel@gnu.org; Mon, 07 Dec 2015 15:03:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a6205-00063z-Lm for guix-devel@gnu.org; Mon, 07 Dec 2015 15:03:14 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:52243) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6205-00063v-JF for guix-devel@gnu.org; Mon, 07 Dec 2015 15:03:09 -0500 Received: from jasmine.lan (c-69-249-5-231.hsd1.pa.comcast.net [69.249.5.231]) by mail.messagingengine.com (Postfix) with ESMTPA id 06A3FC01900 for ; Mon, 7 Dec 2015 15:03:09 -0500 (EST) In-Reply-To: In-Reply-To: References: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org * gnu/packages/linux.scm (util-linux)[description]: Give some more information about the package. --- gnu/packages/linux.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 9252ca8..6ffd7e1 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -447,8 +447,9 @@ providing the system administrator with some help in common tasks.") ("net-base" ,net-base))) ;for tests (home-page "https://www.kernel.org/pub/linux/utils/util-linux/") (synopsis "Collection of utilities for the Linux kernel") - (description - "Util-linux is a random collection of utilities for the Linux kernel.") + (description "Util-linux is a diverse collection of Linux kernel +utilities. It provides dmesg and includes tools for working with filesystems, +block devices, UUIDs, TTYs, and many other tools.") ;; Note that util-linux doesn't use the same license for all the ;; code. GPLv2+ is the default license for a code without an -- 2.6.2