Ron Olsen wrote:
> You will lose the patch if logitechmediaserver-7.8.0-2.fc20.noarch.rpm
> is updated to a newer version or reinstalled.
>
> Removing/reinstalling the LMS SiriusXM plugin has no effect on the
> ProtocolHandler.pm patch.
It may be worthwhile to save the patched version of ProtocolHandler.pm:
1. Login to your VortexBox.
2. I like to keep a copy of any files I modify so I don't lose them when
software is updated. To save the patched version of ProtocolHandler.pm
(after you have applied the patch, of course):
Code:
--------------------
cd /usr/lib/perl5/vendor_perl/Slim/Plugin/Sirius
cp -a ProtocolHandler.pm ProtocolHandler.pm.patched
--------------------
3. If LMS is updated or reinstalled, you can then restore the patch by
Code:
--------------------
cd /usr/lib/perl5/vendor_perl/Slim/Plugin/Sirius
cp -a ProtocolHandler.pm.patched ProtocolHandler.pm
--------------------
4. If you didn't save the patched version, you would have to reapply the
patch:
Code:
--------------------
cd /usr/lib/perl5/vendor_perl
patch -p1 < /storage/Backup/lms-7.8-sirius-not-auth.patch
--------------------
but this may fail in the (unlikely) event that the official version of
ProtocolHandler.pm is modified.
------------------------------------------------------------------------
Ron Olsen's Profile: http://forums.slimdevices.com/member.php?userid=9233
View this thread: http://forums.slimdevices.com/showthread.php?t=102774
_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss