From f992d6b4348bc2fde4a415bcc10b1a770aa9a0bc Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Thu, 18 Nov 2010 17:44:37 -0600 Subject: recipes-extended: Add Summary information Add Summary information and update descriptions as necessary. Signed-off-by: Mark Hatle --- meta/recipes-extended/psmisc/psmisc.inc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'meta/recipes-extended/psmisc/psmisc.inc') diff --git a/meta/recipes-extended/psmisc/psmisc.inc b/meta/recipes-extended/psmisc/psmisc.inc index d489891d64..8b391f4438 100644 --- a/meta/recipes-extended/psmisc/psmisc.inc +++ b/meta/recipes-extended/psmisc/psmisc.inc @@ -1,5 +1,11 @@ LICENSE = "GPL" -DESCRIPTION = "procfs tools" +SUMMARY = "Utilities for managing processes on your system" +DESCRIPTION = "The psmisc package contains utilities for managing processes on your \ +system: pstree, killall and fuser. The pstree command displays a tree \ +structure of all of the running processes on your system. The killall \ +command sends a specified signal (SIGTERM if nothing is specified) to \ +processes identified by name. The fuser command identifies the PIDs \ +of processes that are using specified files or filesystems." SECTION = "base" PRIORITY = "required" DEPENDS = "ncurses virtual/libintl" -- cgit 1.2.3-korg