forked from pool/util-linux
Typo fix.
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=415
This commit is contained in:
parent
76e598ca1a
commit
f45666d93e
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user