From patchwork Thu Aug 24 16:54:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruno Victal X-Patchwork-Id: 53201 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 6B99A27BBE9; Thu, 24 Aug 2023 17:55:20 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 18C5027BBE2 for ; Thu, 24 Aug 2023 17:55:19 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qZDbq-0003Wb-BG; Thu, 24 Aug 2023 12:55:02 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qZDbm-0003UD-0j for guix-patches@gnu.org; Thu, 24 Aug 2023 12:54:58 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qZDbl-0002kS-Oo for guix-patches@gnu.org; Thu, 24 Aug 2023 12:54:57 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qZDbp-0003ia-QF for guix-patches@gnu.org; Thu, 24 Aug 2023 12:55:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62348] [PATCH v3 1/3] gnu: psmisc: Make description more informative. Resent-From: Bruno Victal Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 24 Aug 2023 16:55:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62348 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62348@debbugs.gnu.org Cc: mikadoZero , Bruno Victal Received: via spool by 62348-submit@debbugs.gnu.org id=B62348.169289607614230 (code B ref 62348); Thu, 24 Aug 2023 16:55:01 +0000 Received: (at 62348) by debbugs.gnu.org; 24 Aug 2023 16:54:36 +0000 Received: from localhost ([127.0.0.1]:38528 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qZDbO-0003hN-B5 for submit@debbugs.gnu.org; Thu, 24 Aug 2023 12:54:36 -0400 Received: from smtpmciv5.myservices.hosting ([185.26.107.241]:51744) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qZDbM-0003h1-2e for 62348@debbugs.gnu.org; Thu, 24 Aug 2023 12:54:33 -0400 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpmciv5.myservices.hosting (Postfix) with ESMTP id 90B8B20CB3; Thu, 24 Aug 2023 18:54:21 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 0F1E980099; Thu, 24 Aug 2023 18:54:21 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id k8QVZqlHrgM3; Thu, 24 Aug 2023 18:54:20 +0200 (CEST) Received: from guix-nuc.home.arpa (unknown [10.192.1.83]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 499AB80060; Thu, 24 Aug 2023 18:54:20 +0200 (CEST) From: Bruno Victal Date: Thu, 24 Aug 2023 17:54:15 +0100 Message-Id: <4f696f7a94c29c88ae92470c512e64f4d576a1f9.1692896057.git.mirai@makinata.eu> X-Mailer: git-send-email 2.40.1 In-Reply-To: References: MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches From: mikadoZero The text for the description is taken from the psmisc readme. * gnu/packages/linux.scm (psmisc)[description]: Make description more informative. Co-authored-by: Bruno Victal --- gnu/packages/linux.scm | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) base-commit: 738b0e4ccc2bac3d77bb29dd6d51026d887d6b16 diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index ca223aea37..4c5d2fc4c7 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2070,9 +2070,21 @@ (define-public psmisc (home-page "https://gitlab.com/psmisc/psmisc") (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.") + "psmisc is a set of small utilities that use the proc file-system. +@table @command +@item fuser +Identifies processes using files or sockets. +@item killall +Kills processes by name. +@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 table") (license license:gpl2+))) (define-public util-linux