1
0
forked from pool/util-linux
Stanislav Brabec 2019-08-08 00:23:26 +00:00 committed by Git OBS Bridge
parent 76e598ca1a
commit f45666d93e
3 changed files with 3 additions and 3 deletions

View File

@ -771,7 +771,7 @@ for PAM_FILE in su su-l ; do
done done
# #
# If outdated PAM file is detected, issue a warning. # If outdated PAM file is detected, issue a warning.
for PAM_FILE in remote runuser runuser-l su su-l ; do for PAM_FILE in login remote runuser runuser-l su su-l ; do
if test -f %{_sysconfdir}/pam.d/$PAM_FILE.rpmnew ; then if test -f %{_sysconfdir}/pam.d/$PAM_FILE.rpmnew ; then
echo "Your %{_sysconfdir}/pam.d/$PAM_FILE is oudated. Please check %{_sysconfdir}/pam.d/$PAM_FILE.rpmnew!" >&2 echo "Your %{_sysconfdir}/pam.d/$PAM_FILE is oudated. Please check %{_sysconfdir}/pam.d/$PAM_FILE.rpmnew!" >&2
fi fi

View File

@ -771,7 +771,7 @@ for PAM_FILE in su su-l ; do
done done
# #
# If outdated PAM file is detected, issue a warning. # If outdated PAM file is detected, issue a warning.
for PAM_FILE in remote runuser runuser-l su su-l ; do for PAM_FILE in login remote runuser runuser-l su su-l ; do
if test -f %{_sysconfdir}/pam.d/$PAM_FILE.rpmnew ; then if test -f %{_sysconfdir}/pam.d/$PAM_FILE.rpmnew ; then
echo "Your %{_sysconfdir}/pam.d/$PAM_FILE is oudated. Please check %{_sysconfdir}/pam.d/$PAM_FILE.rpmnew!" >&2 echo "Your %{_sysconfdir}/pam.d/$PAM_FILE is oudated. Please check %{_sysconfdir}/pam.d/$PAM_FILE.rpmnew!" >&2
fi fi

View File

@ -771,7 +771,7 @@ for PAM_FILE in su su-l ; do
done done
# #
# If outdated PAM file is detected, issue a warning. # If outdated PAM file is detected, issue a warning.
for PAM_FILE in remote runuser runuser-l su su-l ; do for PAM_FILE in login remote runuser runuser-l su su-l ; do
if test -f %{_sysconfdir}/pam.d/$PAM_FILE.rpmnew ; then if test -f %{_sysconfdir}/pam.d/$PAM_FILE.rpmnew ; then
echo "Your %{_sysconfdir}/pam.d/$PAM_FILE is oudated. Please check %{_sysconfdir}/pam.d/$PAM_FILE.rpmnew!" >&2 echo "Your %{_sysconfdir}/pam.d/$PAM_FILE is oudated. Please check %{_sysconfdir}/pam.d/$PAM_FILE.rpmnew!" >&2
fi fi