forked from pool/pam-config
Accepting request 283093 from Linux-PAM
1 OBS-URL: https://build.opensuse.org/request/show/283093 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pam-config?expand=0&rev=67
This commit is contained in:
commit
2f8d6f28d6
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 13 22:39:00 UTC 2014 - Led <ledest@gmail.com>
|
||||||
|
|
||||||
|
- fix bashism in postun script
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 12 14:33:26 CET 2014 - kukuk@suse.de
|
Wed Nov 12 14:33:26 CET 2014 - kukuk@suse.de
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
if [ $1 == 0 ]; then
|
if [ $1 = 0 ]; then
|
||||||
# Deinstall
|
# Deinstall
|
||||||
dir=/etc/security
|
dir=/etc/security
|
||||||
for conf in pam_unix2.conf pam_pwcheck.conf ; do
|
for conf in pam_unix2.conf pam_pwcheck.conf ; do
|
||||||
|
Loading…
Reference in New Issue
Block a user