diff options
author | ghen <ghen@pkgsrc.org> | 2006-03-29 21:31:48 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-03-29 21:31:48 +0000 |
commit | 5a93c3fe097be648f7156f31854bacb422c15a5d (patch) | |
tree | c8bbd13a609e7863814d8c001c8c21137e3bf9df /sysutils/pstree | |
parent | 02950956ff58542e76d4109edd1186c3e74a65fb (diff) | |
download | pkgsrc-5a93c3fe097be648f7156f31854bacb422c15a5d.tar.gz |
Update pstree to 2.27. Changes:
* Revision 2.27 2005-04-08 22:08:45+02 fred
Also accept PPID==1 if nothing else is found. Should fix problem with
FreeBSD and security.bsd.see_other_uids=0.
* Revision 2.26 2004-10-15 13:59:03+02 fred
Fixed small bug with char/int variable c
reported by Tomas Dvorak <tomas_dvorak AT mailcan.com>
* Revision 2.25 2004-05-14 16:41:39+02 fred
Added workaround for spurious blank lines in ps output under AIX 5.2
reported by Dean Rowswell <rowswell AT ca.ibm.com>
* Revision 2.24 2004-04-14 09:10:29+02 fred
*** empty log message ***
* Revision 2.23 2004-02-16 10:55:20+01 fred
Fix for zombies (pid == 0) under FreeBSD
* Revision 2.22 2003-12-12 10:58:46+01 fred
Added support for TRU64 v5.1b TruCluster
* Revision 2.21 2003-10-06 13:55:47+02 fred
Fixed SEGV under Linux when process table changes during run
* Revision 2.20 2003-07-09 20:07:29+02 fred
cosmetic
(Hint for updaters: the ChangeLog is at the bottom of the source file.)
Diffstat (limited to 'sysutils/pstree')
-rw-r--r-- | sysutils/pstree/Makefile | 4 | ||||
-rw-r--r-- | sysutils/pstree/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/pstree/Makefile b/sysutils/pstree/Makefile index 1281cc1be79..f1b6275cc2e 100644 --- a/sysutils/pstree/Makefile +++ b/sysutils/pstree/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2006/03/04 21:30:42 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2006/03/29 21:31:48 ghen Exp $ # -DISTNAME= pstree-2.19 +DISTNAME= pstree-2.27 CATEGORIES= sysutils # PKGREVISION= 1 MASTER_SITES= http://fresh.t-systems-sfr.com/unix/src/misc/ diff --git a/sysutils/pstree/distinfo b/sysutils/pstree/distinfo index 15022ea5a14..ff803709f06 100644 --- a/sysutils/pstree/distinfo +++ b/sysutils/pstree/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2005/02/24 13:40:56 agc Exp $ +$NetBSD: distinfo,v 1.7 2006/03/29 21:31:48 ghen Exp $ -SHA1 (pstree-2.19.tar.gz) = b6a7d5d7d33cbab64eae01a7ad84f920f833ea8b -RMD160 (pstree-2.19.tar.gz) = 0f8afaa8a310dc70f474cad0b2a266b32a35e23c -Size (pstree-2.19.tar.gz) = 8120 bytes +SHA1 (pstree-2.27.tar.gz) = 91e5cfcb33a56079b363600ef70f399e1baa2eaf +RMD160 (pstree-2.27.tar.gz) = 8f86ae901737aca11d561d3a725fb2ee9c124e79 +Size (pstree-2.27.tar.gz) = 9277 bytes |