- 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)
This commit is contained in:
parent
9b93534c2f
commit
80b363bca0
@ -96,7 +96,7 @@ $SI_PARAMS= <$SUPFILEDIR/StartupParameters.plist>;
|
|||||||
$SI_POST= <$SUPFILEDIR/StartupItem.postinstall>;
|
$SI_POST= <$SUPFILEDIR/StartupItem.postinstall>;
|
||||||
$SI_NAME= "MySQLStartupItem";
|
$SI_NAME= "MySQLStartupItem";
|
||||||
$SI_DIR_NAME= "MySQLCOM";
|
$SI_DIR_NAME= "MySQLCOM";
|
||||||
$SI_SCRIPT= <$SUPFILEDIR/MySQL>;
|
$SI_SCRIPT= <$SUPFILEDIR/MySQLCOM>;
|
||||||
@RESOURCES= qw/ ReadMe.txt postinstall preinstall /;
|
@RESOURCES= qw/ ReadMe.txt postinstall preinstall /;
|
||||||
@LICENSES= ("$SRCBASEDIR/COPYING","$SRCBASEDIR/MySQLEULA.txt");
|
@LICENSES= ("$SRCBASEDIR/COPYING","$SRCBASEDIR/MySQLEULA.txt");
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# /Library/StartupItems/MySQL/MySQL
|
# /Library/StartupItems/MySQLCOM/MySQLCOM
|
||||||
#
|
#
|
||||||
# A script to automatically start up MySQL on system bootup
|
# A script to automatically start up MySQL on system bootup
|
||||||
# for Mac OS X. This is actually just a wrapper script around
|
# for Mac OS X. This is actually just a wrapper script around
|
Loading…
x
Reference in New Issue
Block a user