[Slim-Checkins] r8866 - /trunk/server/Slim/Utils/MySQLHelper.pm
dsully at svn.slimdevices.com
dsully at svn.slimdevices.com
Tue Aug 8 12:33:34 PDT 2006
Author: dsully
Date: Tue Aug 8 12:33:34 2006
New Revision: 8866
URL: http://svn.slimdevices.com?rev=8866&view=rev
Log:
Bug: 3847
Description: Revert change - it breaks all kinds of other things.
Modified:
trunk/server/Slim/Utils/MySQLHelper.pm
Modified: trunk/server/Slim/Utils/MySQLHelper.pm
URL: http://svn.slimdevices.com/trunk/server/Slim/Utils/MySQLHelper.pm?rev=8866&r1=8865&r2=8866&view=diff
==============================================================================
--- trunk/server/Slim/Utils/MySQLHelper.pm (original)
+++ trunk/server/Slim/Utils/MySQLHelper.pm Tue Aug 8 12:33:34 2006
@@ -133,7 +133,8 @@
$class->confFile($output);
# Bug: 3847 possibly - set permissions on the config file.
- chmod(0664, $output);
+ # Breaks all kinds of other things.
+ # chmod(0664, $output);
}
sub startServer {
More information about the checkins
mailing list