Jump to letter: [
          
            4ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        psmisc: Utilities for managing processes on your system.
        
        
        - Summary
- 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.
Changelog
        
            - * Fri Sep 24 19:00:00 2004 Mike A. Harris <mharris{%}redhat{*}com> 21.4-4
- - Added "BuildRequires: libselinux-devel" for WITH_SELINUX builds (#123754) 
            - * Tue Jun 15 19:00:00 2004 Elliot Lee <sopwith{%}redhat{*}com> 21.4-3
- - rebuilt 
            - * Mon Mar 15 18:00:00 2004 Mike A. Harris <mharris{%}redhat{*}com> 21.4-2
- - Re-enabled SELINUX support
- Removed gcc33 patch, no longer needed it seems.