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