Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Tom Rini <tom_rini@mentor.com>
To: openembedded-devel@lists.openembedded.org
Cc: Stefan Schmidt <stefan@buglabs.net>
Subject: Re: [PATCH][STABLE 1/3] shadow: Disable email checking completely
Date: Tue, 06 Jul 2010 13:44:16 -0700	[thread overview]
Message-ID: <4C3395A0.7060702@mentor.com> (raw)
In-Reply-To: <1278447438-27251-1-git-send-email-stefan@datenfreihafen.org>

Stefan Schmidt wrote:
> From: Stefan Schmidt <stefan@buglabs.net>
> 
> This allows faster login due to not checking for new emails. Adjust PR to 14 as
> stable is behind .dev here.
> 
> Signed-off-by: Stefan Schmidt <stefan@buglabs.net>

Acked-by: Tom Rini <tom_rini@mentor.com>

> ---
>  recipes/shadow/shadow.inc |    5 ++++-
>  1 files changed, 4 insertions(+), 1 deletions(-)
> 
> diff --git a/recipes/shadow/shadow.inc b/recipes/shadow/shadow.inc
> index 30bd92f..55487df 100644
> --- a/recipes/shadow/shadow.inc
> +++ b/recipes/shadow/shadow.inc
> @@ -11,7 +11,7 @@ LICENSE = "BSD"
>  SECTION = "base"
>  DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
>  
> -INC_PR = "r13"
> +INC_PR = "r14"
>  
>  # Additional Policy files for PAM
>  PAM_SRC_URI = " \
> @@ -79,6 +79,9 @@ do_install_append() {
>    sed -i 's/MAIL_DIR/#MAIL_DIR/g' ${D}${sysconfdir}/login.defs
>    sed -i 's/#MAIL_FILE/MAIL_FILE/g' ${D}${sysconfdir}/login.defs
>  
> +  # disable checking emails at all
> +  sed -i 's/MAIL_CHECK_ENAB/#MAIL_CHECK_ENAB/g' ${D}${sysconfdir}/login.defs
> +
>    install -d ${D}${sbindir} ${D}${base_sbindir} ${D}${base_bindir} 
>    for i in passwd chfn newgrp chsh ; do
>      mv ${D}${bindir}/$i ${D}${bindir}/$i.${PN}


-- 
Tom Rini
Mentor Graphics Corporation



  parent reply	other threads:[~2010-07-06 20:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-06 20:17 [PATCH][STABLE 1/3] shadow: Disable email checking completely Stefan Schmidt
2010-07-06 20:17 ` [PATCH][STABLE 2/3] u-boot_git: Add bug20 support Stefan Schmidt
2010-07-06 20:17 ` [PATCH][STABLE 3/3] alsa-state: Add state file for bug20 Stefan Schmidt
2010-07-06 20:44 ` Tom Rini [this message]
2010-07-13 18:48   ` [PATCH][STABLE 1/3] shadow: Disable email checking completely Stefan Schmidt
2010-07-20  3:10     ` Khem Raj

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=4C3395A0.7060702@mentor.com \
    --to=tom_rini@mentor.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=stefan@buglabs.net \
    /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