[oe-commits] Stefan Schmidt : shadow: Disable email checking completely

git version control git at git.openembedded.org
Tue Jul 20 17:36:39 UTC 2010


Module: openembedded.git
Branch: stable/2009
Commit: 7498f36dba0a1edb92f44a441bb24d2373e629a9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7498f36dba0a1edb92f44a441bb24d2373e629a9

Author: Stefan Schmidt <stefan at buglabs.net>
Date:   Tue Jul  6 10:17:16 2010 +0000

shadow: Disable email checking completely

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 at buglabs.net>
Acked-by: Tom Rini <tom_rini at mentor.com>
Acked-by: Khem Raj <raj.khem at gmail.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}





More information about the Openembedded-commits mailing list