diff options
author | unknown <paul@snake-hub.snake.net> | 2005-03-14 19:59:00 -0600 |
---|---|---|
committer | unknown <paul@snake-hub.snake.net> | 2005-03-14 19:59:00 -0600 |
commit | 6d0ec316a84fc85d8e327dafdf30aaccb0024b34 (patch) | |
tree | 57bc9a7ed1b4cee00554444557fcb6f242ea9990 | |
parent | 7c90fa7b2cb8131bfcf314c1e25538bd1062fa5d (diff) | |
download | mariadb-git-6d0ec316a84fc85d8e327dafdf30aaccb0024b34.tar.gz |
mysql.1.in:
Fix path that needs no parameterization.
man/mysql.1.in:
Fix path that needs no parameterization.
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
-rw-r--r-- | BitKeeper/etc/logging_ok | 1 | ||||
-rw-r--r-- | man/mysql.1.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index f8621170f64..ef04f36c433 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -112,6 +112,7 @@ paul@central.snake.net paul@ice.local paul@ice.snake.net paul@kite-hub.kitebird.com +paul@snake-hub.snake.net paul@teton.kitebird.com pem@mysql.com peter@linux.local diff --git a/man/mysql.1.in b/man/mysql.1.in index 35ff48693e1..7330ac8125b 100644 --- a/man/mysql.1.in +++ b/man/mysql.1.in @@ -107,7 +107,7 @@ version number and exit. Wait and retry if the database server connection is down. .SH FILES .TP 2.2i -.I @sysconfdir@/my.cnf +.I /etc/my.cnf MySQL configuration file .TP .I @bindir@/mysql |