summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/logitechmediaserver-bin/files/logitechmediaserver-bin-7.9.0_pre20150812-uuid-gentoo.patch')
-rw-r--r--media-sound/logitechmediaserver-bin/files/logitechmediaserver-bin-7.9.0_pre20150812-uuid-gentoo.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/media-sound/logitechmediaserver-bin/files/logitechmediaserver-bin-7.9.0_pre20150812-uuid-gentoo.patch b/media-sound/logitechmediaserver-bin/files/logitechmediaserver-bin-7.9.0_pre20150812-uuid-gentoo.patch
deleted file mode 100644
index 5569299..0000000
--- a/media-sound/logitechmediaserver-bin/files/logitechmediaserver-bin-7.9.0_pre20150812-uuid-gentoo.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- slimserver.pl.orig 2012-05-29 13:43:52.000000000 +0100
-+++ slimserver.pl 2012-04-01 22:00:00.000000000 +0100
-@@ -440,8 +440,9 @@
-
- # Generate a UUID for this SC instance on first-run
- if ( !$prefs->get('server_uuid') ) {
-- require UUID::Tiny;
-- $prefs->set( server_uuid => UUID::Tiny::create_UUID_as_string( UUID::Tiny::UUID_V4() ) );
-+ require Data::UUID;
-+ my $ug = new Data::UUID;
-+ $prefs->set( server_uuid => lc $ug->create_str() );
- }
-
- main::INFOLOG && $log->info("Server binary search path init...");