diff options
author | unknown <lenz@mysql.com> | 2003-08-19 13:57:58 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-08-19 13:57:58 +0200 |
commit | a8aaa3ef46cdf3ecb916b6a15c354663c837fc55 (patch) | |
tree | 6168c59ccd09889491b18709251e40b513bb7d1a /support-files/MacOSX | |
parent | 9194f5ef335947077a53d054e2dd41b237fb5d23 (diff) | |
download | mariadb-git-a8aaa3ef46cdf3ecb916b6a15c354663c837fc55.tar.gz |
- Do-pkg can now create a separate package including a MySQL Startup Item
for Mac OS X and add it to the installation Disk Image.
Build-tools/Do-pkg:
- added code to build the StartupItem PKG along with the MySQL PKG and
add it to the resulting Disk Image (can be skipped with --skip-si)
- lots of cleanups (use more builtin Perl functions instead of
subprocesses, enable a full dry run without errors)
support-files/MacOSX/StartupItem.Info.plist:
- removed IFPkgFlagOverwritePermissions and IFPkgFlagUseUserMask
Diffstat (limited to 'support-files/MacOSX')
-rw-r--r-- | support-files/MacOSX/StartupItem.Info.plist | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/support-files/MacOSX/StartupItem.Info.plist b/support-files/MacOSX/StartupItem.Info.plist index 6bcae9397e5..f403fbe7e84 100644 --- a/support-files/MacOSX/StartupItem.Info.plist +++ b/support-files/MacOSX/StartupItem.Info.plist @@ -19,13 +19,11 @@ <key>IFPkgFlagAuthorizationAction</key> <string>RootAuthorization</string> <key>IFPkgFlagDefaultLocation</key> - <string>/Library/StartupItems/</string> + <string>/Library/StartupItems</string> <key>IFPkgFlagInstallFat</key> <false/> <key>IFPkgFlagIsRequired</key> <false/> - <key>IFPkgFlagOverwritePermissions</key> - <true/> <key>IFPkgFlagRelocatable</key> <false/> <key>IFPkgFlagRestartAction</key> @@ -34,8 +32,6 @@ <true/> <key>IFPkgFlagUpdateInstalledLanguages</key> <false/> - <key>IFPkgFlagUseUserMask</key> - <false/> <key>IFPkgFormatVersion</key> <real>0.10000000149011612</real> </dict> |