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

git version control git at git.openembedded.org
Mon Jun 28 16:10:45 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6c332eb3f1816f495587be528e3b621df74db18b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6c332eb3f1816f495587be528e3b621df74db18b

Author: Stefan Schmidt <stefan at buglabs.net>
Date:   Sat Jun 26 18:11:57 2010 +0200

shadow: Disable email checking completely

This allows faster login due to not checking for new emails.

---

 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 460930b..d2ac65d 100644
--- a/recipes/shadow/shadow.inc
+++ b/recipes/shadow/shadow.inc
@@ -13,7 +13,7 @@ DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
 
 PACKAGE_ARCH_${PN} = "${MACHINE_ARCH}"
 
-INC_PR = "r14"
+INC_PR = "r15"
 
 # Additional Policy files for PAM
 PAM_SRC_URI = " \
@@ -81,6 +81,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