forked from pool/pam-config
Accepting request 265120 from home:Ledest:bashisms
fix bashism in postun script OBS-URL: https://build.opensuse.org/request/show/265120 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam-config?expand=0&rev=74
This commit is contained in:
parent
3756712a68
commit
ca54cac08a
@ -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
|
||||
|
||||
|
@ -60,7 +60,7 @@ else
|
||||
fi
|
||||
|
||||
%postun
|
||||
if [ $1 == 0 ]; then
|
||||
if [ $1 = 0 ]; then
|
||||
# Deinstall
|
||||
dir=/etc/security
|
||||
for conf in pam_unix2.conf pam_pwcheck.conf ; do
|
||||
|
Loading…
Reference in New Issue
Block a user