From: Michael Tremer Date: Sun, 17 May 2009 11:44:54 +0000 (+0200) Subject: Moved securetty to lfs/pam. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=750f2c0eca9ffafcadc2fedaef95cd638acc19a5;p=ipfire-3.x.git Moved securetty to lfs/pam. --- diff --git a/config/etc/securetty b/config/pam/securetty similarity index 100% rename from config/etc/securetty rename to config/pam/securetty diff --git a/lfs/pam b/lfs/pam index 7f028e39a..5d794f959 100644 --- a/lfs/pam +++ b/lfs/pam @@ -93,8 +93,9 @@ $(OBJECT): $(objects) useradd -D -b /home sed -i 's/yes/no/' /etc/default/useradd - install -v -m644 $(DIR_CONFIG)/pam/login.defs /etc/login.defs install -v -m644 $(DIR_CONFIG)/pam/pam_env.conf /etc/security/pam_env.conf + cp -vf $(DIR_CONFIG)/$(PKG_NAME)/{login.defs,securetty} /etc + install -v -d -m755 /etc/pam.d cp -vf $(DIR_CONFIG)/pam.d/{other,system-auth} /etc/pam.d/