]> code.ossystems Code Review - openembedded-core.git/commit
dropbear: Change the path to find configuration file and add a configuration file...
authorXiaofeng Yan <xiaofeng.yan@windriver.com>
Wed, 31 Aug 2011 02:48:11 +0000 (10:48 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 31 Aug 2011 18:56:00 +0000 (19:56 +0100)
commit48dcb8fc7b669b27160dde33079f40551853702b
treebb3b0779e36801a72a0c4e1e0fcfa881e6a53afb
parente21e8b502ab2f982836cf1f7a30e33bff1bd5b7b
dropbear: Change the path to find configuration file and add a configuration file for dropbear

dropbear will check "/etc/pam.d/sshd" which comes from package "openssh" \
When enabling pam supporting. But if we only install dropbear \
package without package "openssh", then "dropbear" will not \
find a configuration file.
The changes are as follow for fixing this bug:

- Change the path to find configuration file (/etc/pam.d/sshd --> /etc/pam.d/dropbear)
- Add a configuration file "/etc/pam.d/dropbear"

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/dropbear/dropbear.inc