diff options
author | unknown <lenz@mysql.com> | 2004-05-10 20:32:44 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-05-10 20:32:44 +0200 |
commit | 70d6ddd08fb64fbd65d9b8e7e808a3b3dad86463 (patch) | |
tree | 8b40b999f2af2e9c45568030d3e938d593be015f /support-files/MacOSX | |
parent | 9f4ae480a1016ec5f67843d35e819bb34d4a6fd0 (diff) | |
download | mariadb-git-70d6ddd08fb64fbd65d9b8e7e808a3b3dad86463.tar.gz |
- Renamed the Mac OS X StartupItem directory from
/Library/StartupItems/MySQL to /Library/StartupItems/MySQLCOM
to avoid a name space collision with the MySQL Startup Item shipped
with Mac OS X Server, updated the MySQLStartupItem PKG version
number to reflect the change.
Build-tools/Do-pkg:
- Renamed the StartupItem directory from /Library/StartupItems/MySQL
to /Library/StartupItems/MySQLCOM to avoid a name space collision
with the MySQL Startup Item in Mac OS X Server
support-files/MacOSX/StartupItem.Description.plist:
- Bumped up the StartupItem Package version to 1.1 to indicate the
change in directory naming
Diffstat (limited to 'support-files/MacOSX')
-rw-r--r-- | support-files/MacOSX/StartupItem.Description.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/MacOSX/StartupItem.Description.plist b/support-files/MacOSX/StartupItem.Description.plist index 1f0023bde0d..e8ceb1ee062 100644 --- a/support-files/MacOSX/StartupItem.Description.plist +++ b/support-files/MacOSX/StartupItem.Description.plist @@ -10,6 +10,6 @@ <key>IFPkgDescriptionTitle</key> <string>MySQL Startup Item</string> <key>IFPkgDescriptionVersion</key> - <string>1.0</string> + <string>1.1</string> </dict> </plist> |