diff options
author | lenz@mysql.com <> | 2004-07-13 22:11:33 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2004-07-13 22:11:33 +0200 |
commit | 80b363bca0b24098f45586759f18a424b477ed9d (patch) | |
tree | 3c26d543efdc6b5af4d98c499f114cbbc0f4ec4e /support-files/MacOSX | |
parent | 9b93534c2fa38621db9eb083626960bf8e0bcbef (diff) | |
download | mariadb-git-80b363bca0b24098f45586759f18a424b477ed9d.tar.gz |
- Fixed a previous modification to the MySQL Startup Item for
Mac OS X: the name of the startup script itself must match the
name of the subdirectory it's located in. Changed MySQL->MySQLCOM
in the Do-pkg script and renamed the file in BK. (Thanks to Bryan
McCormack for reporting this)
Diffstat (limited to 'support-files/MacOSX')
-rwxr-xr-x | support-files/MacOSX/MySQLCOM (renamed from support-files/MacOSX/MySQL) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/MacOSX/MySQL b/support-files/MacOSX/MySQLCOM index f6579700384..9be5edb56f7 100755 --- a/support-files/MacOSX/MySQL +++ b/support-files/MacOSX/MySQLCOM @@ -1,6 +1,6 @@ #!/bin/sh # -# /Library/StartupItems/MySQL/MySQL +# /Library/StartupItems/MySQLCOM/MySQLCOM # # A script to automatically start up MySQL on system bootup # for Mac OS X. This is actually just a wrapper script around |