summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorserg@serg.mysql.com <>2002-11-17 00:36:28 +0100
committerserg@serg.mysql.com <>2002-11-17 00:36:28 +0100
commitf2aab61a607f31b0dcefdafdfa9323479159d0ef (patch)
tree8780e965c000636f23a6589441024d66bc247c5c /support-files
parentadfad220f4c37c8e30f3e68b20e01bca7d139dc1 (diff)
parent361db3ed44d7ddd71c5235cf0831dbb1fc1b06ff (diff)
downloadmariadb-git-f2aab61a607f31b0dcefdafdfa9323479159d0ef.tar.gz
Merge serg.mysql.com:/usr/home/serg/Abk/mysql
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.server.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/mysql.server.sh b/support-files/mysql.server.sh
index 7493fd29856..139bbb3fd6b 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.