aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfixpamd2
1 files changed, 1 insertions, 1 deletions
diff --git a/fixpamd b/fixpamd
index 3bc042a..8f77f7a 100755
--- a/fixpamd
+++ b/fixpamd
@@ -1,7 +1,7 @@
#!/bin/sh
if test -z "$DONT_FIX_PAMD_CONFIGS"; then
- configs=`ls $RPM_BUILD_ROOT/etc/pam.d/* 2> /dev/null`
+ configs=`find $RPM_BUILD_ROOT/etc/pam.d/ -type f 2> /dev/null`
if [ -n "$configs" ]; then
echo -n "Fixing pam.d config files..."
perl -pi -e "s,/(lib|lib64)/security/,," $configs