Op 19 feb. 2014, om 23:01 heeft Andreas Oberritter <[email protected]> het 
volgende geschreven:

> Hello Koen,
> 
> On 19.02.2014 09:45, Koen Kooi wrote:
>> diff --git a/meta/recipes-connectivity/openssh/openssh_6.4p1.bb 
>> b/meta/recipes-connectivity/openssh/openssh_6.4p1.bb
>> index 9c0bb48..5b9ec10 100644
>> --- a/meta/recipes-connectivity/openssh/openssh_6.4p1.bb
>> +++ b/meta/recipes-connectivity/openssh/openssh_6.4p1.bb
>> @@ -82,6 +82,8 @@ do_install_append () {
>>      if [ "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}" = 
>> "pam" ]; then
>>              install -d ${D}${sysconfdir}/pam.d
>>              install -m 0755 ${WORKDIR}/sshd ${D}${sysconfdir}/pam.d/sshd
>> +            sed -i -e 's:#UsePAM no:UsePAM yes:' ${WORKDIR}/sshd_config
>> +            sed -i -e 's:#UsePAM no:UsePAM yes:' 
>> ${D}${sysconfdir}/ssh/sshd_config
> 
> is the first of the two new lines really necessary?

Yes, the recipe installs /etc/ssh/sshd_config in do_compile_append and  
/etc/ssh/sshd_config_readonly in do_install_append.

regards,

Koen

> 
> Regards,
> Andreas
> _______________________________________________
> Openembedded-core mailing list
> [email protected]
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
> 

_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to