diff options
-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 |