Will the resource policy be used in Netbook/Tablet/IVI? If not, auto loading module-policy-enforcement is not necessary. And also the module is loaded failed for missing policy.conf on netbook/tablet, which caused the PA crash, I will hold on accepting the modifications before root causing PA crash issue.
Thanks vivian -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Kalle Lampila Sent: Wednesday, February 16, 2011 5:31 PM To: [email protected] Subject: [meego-commits] 13835: Changes to devel:multimedia/pulseaudio Hi, I have made the following changes to pulseaudio in project devel:multimedia. Please review and accept ASAP. Thank You, Kalle Lampila [This message was auto-generated] --- Request #13835: submit: home:kalle.lampila:branches:devel:multimedia/pulseaudio(r3)(cleanup) -> devel:multimedia/pulseaudio Message: - Mon Feb 14 2011 Kalle Lampila <[email protected]> - 0.9.19 * Added resource policy enforcement point loading to default.pa (BMC#13510) State: new 2011-02-15T20:30:09 kalle.lampila Comment: None changes files: -------------- --- pulseaudio.changes +++ pulseaudio.changes @@ -1 +1,4 @@ -* Thursday Feb 11 2011 Fabien Barthes <[email protected]> - 0.9.19 +- Mon Feb 14 2011 Kalle Lampila <[email protected]> - 0.9.19 +* Added resource policy enforcement point loading to default.pa (BMC#13510) + +* Thu Feb 11 2011 Fabien Barthes <[email protected]> - 0.9.19 @@ -6 +9 @@ -* Thursday Feb 03 2011 Fabien Barthes <[email protected]> - 0.9.19 +* Thu Feb 03 2011 Fabien Barthes <[email protected]> - 0.9.19 spec files: ----------- other changes: -------------- ++++++ default.pa --- default.pa +++ default.pa @@ -24,3 +24,10 @@ load-module module-udev-detect load-module module-bluetooth-discover + +### Resource policy enforcement point +.ifexists module-policy-enforcement.so +.nofail +load-module module-policy-enforcement +.fail +.endif \ No newline at end of file _______________________________________________ MeeGo-commits mailing list [email protected] http://lists.meego.com/listinfo/meego-commits _______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging
