[Slim-Checkins] r33645 - /7.7/trunk/server/Slim/Utils/OS/ReadyNAS.pm
| Newsgroups | gmane.music.equipment.slimdevices.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mherger
Date: Wed Nov 2 08:35:53 2011
New Revision: 33645
URL: http://svn.slimdevices.com/slim?rev=33645&view=rev
Log:
Bug: 17644
Description: port changes from ReadyNAS branch to fix spilling the root partition with our caches etc.
Modified:
7.7/trunk/server/Slim/Utils/OS/ReadyNAS.pm
Modified: 7.7/trunk/server/Slim/Utils/OS/ReadyNAS.pm
URL: http://svn.slimdevices.com/slim/7.7/trunk/server/Slim/Utils/OS/ReadyNAS.pm?rev=33645&r1=33644&r2=33645&view=diff
==============================================================================
--- 7.7/trunk/server/Slim/Utils/OS/ReadyNAS.pm (original)
+++ 7.7/trunk/server/Slim/Utils/OS/ReadyNAS.pm Wed Nov 2 08:35:53 2011
@@ -79,6 +79,15 @@
}
+# log rotation on ReadyNAS seems to be broken - let's take care of this
+sub logRotate {
+ my $class = shift;
+ my $dir = shift || $class->dirsFor('log');
+
+ Slim::Utils::OS->logRotate($dir);
+}
+
+
sub ignoredItems {
return (
'bin' => '/',