diff options
author | sborrill <sborrill@pkgsrc.org> | 2010-09-17 10:04:45 +0000 |
---|---|---|
committer | sborrill <sborrill@pkgsrc.org> | 2010-09-17 10:04:45 +0000 |
commit | d588e9043b5726800fbb5352fb19672aa5fcf210 (patch) | |
tree | 7940dd6bb13017b126e57a6a560622c52239d3df /sysutils | |
parent | 0197cf2bd7f8fe4efb411dcad5fdda0247073e01 (diff) | |
download | pkgsrc-d588e9043b5726800fbb5352fb19672aa5fcf210.tar.gz |
Add MESSAGE file to warn the user that they should be running proctree,
not pstree.
Bump PKGREVISION
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pstree/MESSAGE | 6 | ||||
-rw-r--r-- | sysutils/pstree/Makefile | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/sysutils/pstree/MESSAGE b/sysutils/pstree/MESSAGE new file mode 100644 index 00000000000..e5233da0410 --- /dev/null +++ b/sysutils/pstree/MESSAGE @@ -0,0 +1,6 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2010/09/17 10:04:45 sborrill Exp $ + +N.B. this command is installed as ${PREFIX}/bin/proctree, not pstree. + +=========================================================================== diff --git a/sysutils/pstree/Makefile b/sysutils/pstree/Makefile index 79918c1e5c3..2681c93cec8 100644 --- a/sysutils/pstree/Makefile +++ b/sysutils/pstree/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2010/01/16 15:28:57 sno Exp $ +# $NetBSD: Makefile,v 1.25 2010/09/17 10:04:45 sborrill Exp $ # DISTNAME= pstree-2.33 +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.thp.uni-duisburg.de/pub/source/ # http://fresh.t-systems-sfr.com/unix/src/misc/ |