svn-20100317 In the 'Contents' section of Linux-PAM-1.1.1, /etc/pam.d appears in the list of installed directories. However, that directory is only created manually to test the build and after that, it's removed.
The directory /etc/pam.d is created by the make install of Shadow-4.1.4.2. These are the relevant lines from the log file from make install. ... make[3]: Entering directory '/usr/src/shadow/-4.1.4.2/shadow-4.1.4.2/etc/pam.d' test -z "/etc/pam.d" || /bin/mkdir -p "/etc/pam.d" /usr/bin/install -c -m 644 'chfn' '/etc/pam.d/chfn' ... ... -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
