From 5238e10c309b8b5ed328119c9f2de420dcbb4275 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 16 Dec 2008 03:06:23 +0100 Subject: [PATCH] linux-pam: keep_dirs and conf_files stuff. --HG-- extra : convert_revision : c45096974a1977552b7e903932f02080daefa7ba --- templates/linux-pam.tmpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/linux-pam.tmpl b/templates/linux-pam.tmpl index 20f12e9b6c..c2aa8f36c7 100644 --- a/templates/linux-pam.tmpl +++ b/templates/linux-pam.tmpl @@ -20,5 +20,10 @@ long_desc=" Linux-PAM provides a flexible mechanism for authenticating users. PAM was invented by SUN Microsystems." +keep_dirs="/etc/security" +conf_files="/etc/security/access.conf /etc/security/environment + /etc/security/group.conf /etc/security/limits.conf + /etc/security/namespace.conf /etc/security/pam_env.conf + /etc/security/time.conf" build_depends="flex-2.5.35 cracklib-2.8.13" run_depends="glibc-2.8 cracklib-2.8.13"