From: Michael Tremer Date: Sun, 17 May 2009 18:30:32 +0000 (+0200) Subject: Fixed wrong config path in lfs/pam. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e5ddf0d02568cd86c123ac5f0be7c7d0fe3ef21;p=ipfire-3.x.git Fixed wrong config path in lfs/pam. --- diff --git a/lfs/pam b/lfs/pam index 5d794f959..430da70d5 100644 --- a/lfs/pam +++ b/lfs/pam @@ -94,7 +94,7 @@ $(OBJECT): $(objects) useradd -D -b /home sed -i 's/yes/no/' /etc/default/useradd install -v -m644 $(DIR_CONFIG)/pam/pam_env.conf /etc/security/pam_env.conf - cp -vf $(DIR_CONFIG)/$(PKG_NAME)/{login.defs,securetty} /etc + cp -vf $(DIR_CONFIG)/pam/{login.defs,securetty} /etc install -v -d -m755 /etc/pam.d cp -vf $(DIR_CONFIG)/pam.d/{other,system-auth} /etc/pam.d/