diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-05-14 12:39:40 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-05-14 12:39:40 +0000 |
commit | 1968efcf288b07df4d69def649ccb001721a1cd1 (patch) | |
tree | 6479fe56618d3c4d6099b6577e19936c81328393 | |
parent | da6218b88b93796a97ad9f84c2e3d842f7368ccb (diff) | |
download | pkgsrc-1968efcf288b07df4d69def649ccb001721a1cd1.tar.gz |
add & enable mytop, remove its entry from TODO
-rw-r--r-- | TODO | 6 | ||||
-rw-r--r-- | databases/Makefile | 3 |
2 files changed, 3 insertions, 6 deletions
@@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.31 2001/05/14 11:59:26 skrll Exp $ +$NetBSD: TODO,v 1.32 2001/05/14 12:39:40 zuntum Exp $ packages TODO (Suggested new packages) ^^^^^^^^^^^^^ @@ -31,10 +31,6 @@ packages TODO (Suggested new packages) GTK application which allows posting of journal entries to http://www.livejournal.com http://loserjabber.sourceforge.net/ - mytop - console-based tool for monitoring the threads and performance of MySQL - http://zuntum.net/pkgsrc/mytop.tar.gz [zuntum will import that] - qmail secure, reliable, efficient, simple, and fast MTA for UNIX systems http://www.qmail.org/ diff --git a/databases/Makefile b/databases/Makefile index a1d942aa691..7386b2e6301 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2001/04/06 22:01:09 jwise Exp $ +# $NetBSD: Makefile,v 1.52 2001/05/14 12:39:40 zuntum Exp $ # COMMENT= Databases @@ -18,6 +18,7 @@ SUBDIR+= kpsql SUBDIR+= myodbc SUBDIR+= mysql-client SUBDIR+= mysql-server +SUBDIR+= mytop SUBDIR+= odbc-postgresql SUBDIR+= openldap SUBDIR+= oraedit |