From mboxrd@z Thu Jan 1 00:00:00 1970 From: mikadoZero Subject: bug#34828: [PATCH] bug#34828 gnu: psmisc: Make package description more informative Date: Sat, 23 Mar 2019 19:54:45 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:38873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h7qjZ-0003bg-PC for bug-guix@gnu.org; Sat, 23 Mar 2019 20:11:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h7qUc-0002WZ-8Z for bug-guix@gnu.org; Sat, 23 Mar 2019 19:56:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42322) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h7qUc-0002WT-2C for bug-guix@gnu.org; Sat, 23 Mar 2019 19:56:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h7qUb-00026L-PL for bug-guix@gnu.org; Sat, 23 Mar 2019 19:56:01 -0400 In-Reply-To: Sender: "Debbugs-submit" Resent-Message-ID: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Guix-patches This patch is for bug#34828. It makes the description for psmisc more informative. This is one of my first patches submitted to Guix. Feedback is appreciated. Passed: `guix lint psmisc` `guix build --rounds=3D4 psmisc` ------------ >From 95f47eadb05de56a542d1be8f630e5ec4aa81485 Mon Sep 17 00:00:00 2001 From: mikadoZero Date: Sat, 23 Mar 2019 19:23:33 -0400 Subject: [PATCH] gnu: psmisc: Make package description more informative. * gnu/packages/linux.scm (psmisc): The content for the description is taken from the psmisc readme. --- gnu/packages/linux.scm | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 311bc6fa5..5365aa97d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -33,6 +33,7 @@ ;;; Copyright =C2=A9 2018 Pierre Langlois ;;; Copyright =C2=A9 2018 Vasile Dumitrascu ;;; Copyright =C2=A9 2019 Tim Gesthuizen +;;; Copyright =C2=A9 2019 mikadoZero ;;; ;;; This file is part of GNU Guix. ;;; @@ -602,9 +603,21 @@ at login. Local and dynamic reconfiguration are its k= ey features.") (synopsis "Small utilities that use the proc file system") (description - "This PSmisc package is a set of some small useful utilities that -use the proc file system. We're not about changing the world, but -providing the system administrator with some help in common tasks.") + "A package of small utilities that use the proc file-system. +@itemize @bullet +@item +fuser - Identifies processes using files or sockets +@item +killall - kills processes by name, e.g. killall -HUP named +@item +prtstat - prints statistics of a process +@item +pslog - prints log path(s) of a process +@item +pstree - shows the currently running processes as a tree +@item +peekfd - shows the data travelling over a file descriptor +@end itemize") (license license:gpl2+))) =20 (define-public util-linux --=20 2.21.0