From 5c810da960c6f9c4162b2c0f371f566cd61111af Mon Sep 17 00:00:00 2001 From: Lasse Karstensen Date: Sun, 10 Mar 2002 17:43:53 +0000 Subject: [PATCH] *** empty log message *** --- mysql-dbadm.c | 4 ++-- mysql-useradm.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mysql-dbadm.c b/mysql-dbadm.c index 8507eb8..e397a02 100644 --- a/mysql-dbadm.c +++ b/mysql-dbadm.c @@ -1,5 +1,5 @@ /* - * @(#) $Header: /tmp/cvs/mysql-admutils/mysql-dbadm.c,v 1.5 2002-03-06 17:05:05 tlan Exp $ + * @(#) $Header: /tmp/cvs/mysql-admutils/mysql-dbadm.c,v 1.6 2002-03-10 17:43:53 lkarsten Exp $ * * mysql-dbadm.c * @@ -79,7 +79,7 @@ usage() printf(" favorite editor will be started, allowing you\n"); printf(" to make changes to the permission table.\n"); printf("\n"); - printf("Report bugs to ljosa@initio.no\n"); + printf("Report bugs to drift@stud.ntnu.no\n"); return 0; } diff --git a/mysql-useradm.c b/mysql-useradm.c index aba767c..8379b4b 100644 --- a/mysql-useradm.c +++ b/mysql-useradm.c @@ -1,5 +1,5 @@ /* - * @(#) $Header: /tmp/cvs/mysql-admutils/mysql-useradm.c,v 1.4 2002-03-07 20:04:24 tlan Exp $ + * @(#) $Header: /tmp/cvs/mysql-admutils/mysql-useradm.c,v 1.5 2002-03-10 17:43:53 lkarsten Exp $ * * mysql-useradm.c * @@ -30,7 +30,7 @@ usage() printf(" show give information about the USERS(s), or, if\n"); printf(" none are given, all the users you have.\n"); printf("\n"); - printf("Report bugs to ljosa@initio.no\n"); + printf("Report bugs to drift@stud.ntnu.no\n"); return 0; }