On 07/17/2013 02:35 PM, Bruce Dubbs wrote: > [email protected] wrote: >> Author: igor >> Date: Wed Jul 17 03:50:30 2013 >> New Revision: 11443 >> >> Log: >> Bazaar: CA certs dependency and symlink for repositories over HTTPS >> >> Modified: >> trunk/BOOK/general/prog/bazaar.xml >> >> Modified: trunk/BOOK/general/prog/bazaar.xml >> ============================================================================== >> --- trunk/BOOK/general/prog/bazaar.xml Wed Jul 17 03:18:31 2013 >> (r11442) >> +++ trunk/BOOK/general/prog/bazaar.xml Wed Jul 17 03:50:30 2013 >> (r11443) >> @@ -66,9 +66,10 @@ > >> + <para> >> + If you have installed the <xref linkend="cacerts"/> and you want >> + <application>Bazaar</application> to use them, as the >> + <systemitem class="username">root</systemitem> user: >> + </para> >> + >> +<screen role="root"><userinput>ln -sv ../ca-bundle.crt >> /etc/ssl/certs/ca-certificates.crt</userinput></screen> > > I think it would be better if this were done in the ca-certs section. > Adding a symlink during normal installation is not a big deal and would > be more consistent by not changing one package in a non-related section. > > -- Bruce >
I agree. However, we should use ca-certificates.crt everywhere else as other distros do and drop the ca-bundle.crt entirely. We would need just to remove switches where we hardcode the ca-bundle.crt since it will automaticaly search for ca-certificates.crt. -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
