[Slim-Checkins] r10724 - /trunk/server/Slim/Utils/Prefs.pm
dsully at svn.slimdevices.com
dsully at svn.slimdevices.com
Sat Nov 18 17:50:39 PST 2006
Author: dsully
Date: Sat Nov 18 17:50:39 2006
New Revision: 10724
URL: http://svn.slimdevices.com?rev=10724&view=rev
Log:
Bug: N/A
Description: Force an upgrade of the log.conf file.
Modified:
trunk/server/Slim/Utils/Prefs.pm
Modified: trunk/server/Slim/Utils/Prefs.pm
URL: http://svn.slimdevices.com/trunk/server/Slim/Utils/Prefs.pm?rev=10724&r1=10723&r2=10724&view=diff
==============================================================================
--- trunk/server/Slim/Utils/Prefs.pm (original)
+++ trunk/server/Slim/Utils/Prefs.pm Sat Nov 18 17:50:39 2006
@@ -124,6 +124,11 @@
unless Slim::Utils::Prefs::get('screensaverTimeFormat');
Slim::Utils::Prefs::set('screensaverDateFormat', Slim::Utils::Prefs::get('longdateFormat'))
unless Slim::Utils::Prefs::get('screensaverDateFormat');
+ },
+
+ # The change to force stderr to off requires a clean log config.
+ '7.0a1-2006-11-18' => sub {
+ unlink Slim::Utils::Log->defaultConfigFile;
},
);
@@ -220,6 +225,7 @@
'upgrade-6.5b1-2006-01-25-script' => 1,
'upgrade-6.5b1-2006-02-03-script' => 1,
'upgrade-6.5b1-2006-03-31-script' => 1,
+ 'upgrade-7.0a1-2006-11-18-script' => 1,
'rank-PLUGIN_PICKS_MODULE_NAME' => 4,
'disabledextensionsaudio' => '',
'disabledextensionsplaylist' => '',
More information about the checkins
mailing list