nope, we don't provide that file

This commit is contained in:
Nalin Dahyabhai 2007-06-22 22:15:03 +00:00
parent 70ccd082ae
commit 2ecf4e22d8

View File

@ -1293,7 +1293,7 @@ done
# PAM configuration files.
mkdir -p $RPM_BUILD_ROOT/etc/pam.d/
for pam in kshell ekshell remote gssftp ; do
for pam in kshell ekshell gssftp ; do
install -pm 644 $RPM_SOURCE_DIR/$pam.pamd \
$RPM_BUILD_ROOT/etc/pam.d/$pam
done