diff options
author | unknown <lenz@mysql.com> | 2003-06-04 17:31:21 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-06-04 17:31:21 +0200 |
commit | 487bf48ad6a90ec9dad6a4ab4e89c6159ddc2860 (patch) | |
tree | 341d446c505886b8a1dd09c2e29d9ed872189cef /support-files | |
parent | 6d3cf400d45f241c45c06cd5e412b2b82f0a1cd2 (diff) | |
download | mariadb-git-487bf48ad6a90ec9dad6a4ab4e89c6159ddc2860.tar.gz |
- Updated Default-Stop run levels in the LSB header section to satisfy
Red Hat's chkconfig (Bug #272) (The LSB spec is a bit ambigous about
what actually needs to be put into this field)
Diffstat (limited to 'support-files')
-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 de01142beac..694e6fa8ebb 100644 --- a/support-files/mysql.server.sh +++ b/support-files/mysql.server.sh @@ -19,7 +19,7 @@ # Required-Start: $local_fs $network $remote_fs # Required-Stop: $local_fs $network $remote_fs # Default-Start: 2 3 4 5 -# Default-Stop: 2 3 4 5 +# Default-Stop: 0 1 6 # Short-Description: start and stop MySQL # Description: MySQL is a very fast and reliable SQL database engine. ### END INIT INFO |