From d962d97699dd685a1cb1f617b3ae39b4d9e61f35 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Sat, 8 Jul 2006 21:21:45 +0000 Subject: - do not fix symlink to avoid the script convert it to real file --- fixpamd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1