From f6535ea12ab7f4d99adbe78919a7ed252175565f Mon Sep 17 00:00:00 2001 From: Kevin Tian Date: Fri, 6 Aug 2010 10:34:29 +0800 Subject: shadow: add new recipe 4.1.4.2 (borrow from OpenEmbedded with below tweaks) Enhance login_defs_pam.sed according to shadow source, to ensuer we don't leave any unknown definitions in /etc/login.defs when pam is enabled no need for --disable-account-tools-setuid which is detected upon pam automatically, and no specific CFLAGS append move shadow site options to generic site files adjust indention RDEPENDS on a list of pam-plugins since they're separately packaged test with both pam enabled and pam disabled. when pam is enabled, tried some same tweak with desired effect. Signed-off-by: Kevin Tian --- meta/site/common | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'meta/site') diff --git a/meta/site/common b/meta/site/common index e2dd4b57f7..5da3ff41de 100644 --- a/meta/site/common +++ b/meta/site/common @@ -7,3 +7,11 @@ ac_cv_file__dev_random=${ac_cv_file__dev_random=yes} # Avoid sudo to assume void for unsetenv in cross environment, or else it conflicts with # target stdlib.h prototype which follows POSIX compiliance. Mark for upstream. sudo_cv_func_unsetenv_void=no + +# shadow dir info, to avoid searching build system +shadow_cv_maildir=${localstatedir}/spool/mail +shadow_cv_mailfile=Mailbox +shadow_cv_utmpdir=${localstatedir}/run +shadow_cv_logdir=${localstatedir}/log +shadow_cv_passwd_dir=${bindir} + -- cgit v1.2.3-54-g00ecf