From: Andreas Oberritter <obi@opendreambox.org>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] openssh: enable PAM at runtime based on DISTRO_FEATURES
Date: Wed, 19 Feb 2014 23:01:46 +0100 [thread overview]
Message-ID: <530529CA.6000204@opendreambox.org> (raw)
In-Reply-To: <1392799558-31118-1-git-send-email-koen.kooi@linaro.org>
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?
Regards,
Andreas
next prev parent reply other threads:[~2014-02-19 22:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-19 8:45 [PATCH] openssh: enable PAM at runtime based on DISTRO_FEATURES Koen Kooi
2014-02-19 20:20 ` Bernhard Reutner-Fischer
2014-02-19 22:01 ` Andreas Oberritter [this message]
2014-02-20 6:51 ` Koen Kooi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=530529CA.6000204@opendreambox.org \
--to=obi@opendreambox.org \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox