diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-17 14:28:30 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-17 14:28:30 +0000 |
commit | dd61c65bc01931f2ec5bf7d8db1652659b6a6e30 (patch) | |
tree | b1bddf443cb40fbee607ae0b1fb8a0a0384af38d | |
parent | 56a8373809793bddb7b5629d0ba60fe5f4f1675a (diff) | |
download | pkgsrc-dd61c65bc01931f2ec5bf7d8db1652659b6a6e30.tar.gz |
Add dtach.
-rw-r--r-- | doc/CHANGES-2006 | 3 | ||||
-rw-r--r-- | misc/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2006 b/doc/CHANGES-2006 index 0cdeaba07e0..b1710efc097 100644 --- a/doc/CHANGES-2006 +++ b/doc/CHANGES-2006 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2006,v 1.539 2006/06/17 12:20:03 seb Exp $ +$NetBSD: CHANGES-2006,v 1.540 2006/06/17 14:28:30 minskim Exp $ Changes to the packages collection and infrastructure in 2006: @@ -3103,3 +3103,4 @@ Changes to the packages collection and infrastructure in 2006: Updated emulators/xbeeb to 0.4.1nb1 [dsainty 2006-06-17] Updated audio/nas to 1.8 [markd 2006-06-17] Updated pkgtools/pkg_comp to 1.29 [seb 2006-06-17] + Added misc/dtach version 0.7 [minskim 2006-06-17] diff --git a/misc/Makefile b/misc/Makefile index f8bae15a515..b2046463a12 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.260 2006/04/12 13:01:41 markd Exp $ +# $NetBSD: Makefile,v 1.261 2006/06/17 14:28:30 minskim Exp $ # COMMENT= Miscellaneous utilities @@ -41,6 +41,7 @@ SUBDIR+= dnetc SUBDIR+= dotfile SUBDIR+= dpkg SUBDIR+= dt +SUBDIR+= dtach SUBDIR+= dvorakng SUBDIR+= dync SUBDIR+= easymenu |