diff options
author | unknown <lenz@mysql.com> | 2002-11-15 01:57:56 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2002-11-15 01:57:56 +0100 |
commit | 76cc88140051e8fa38fe1e3975c9177a7af57712 (patch) | |
tree | 92bb6c95fdd44d885c57dc5344b5440d052f98ca /support-files/mysql.server.sh | |
parent | 037136cd4ff97a9e6f6efeec1400dd8ab21fd9c6 (diff) | |
download | mariadb-git-76cc88140051e8fa38fe1e3975c9177a7af57712.tar.gz |
- Fixed some minor bugs/typos
scripts/mysqlhotcopy.sh:
- added missing "--host" option
sql-bench/test-create.sh:
- fixed typo
support-files/mysql.server.sh:
- fixed typo
Diffstat (limited to 'support-files/mysql.server.sh')
-rw-r--r-- | support-files/mysql.server.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/mysql.server.sh b/support-files/mysql.server.sh index 0d96cdc1bb1..ecc49106c91 100644 --- a/support-files/mysql.server.sh +++ b/support-files/mysql.server.sh @@ -5,7 +5,7 @@ # Mysql daemon start/stop script. # Usually this is put in /etc/init.d (at least on machines SYSV R4 based -# systems) and linked to /etc/rc3.d/S99mysql and /etc/rc0.d/S01mysql. +# systems) and linked to /etc/rc3.d/S99mysql and /etc/rc0.d/K01mysql. # When this is done the mysql server will be started when the machine is # started and shut down when the systems goes down. |