]> git.pld-linux.org Git - packages/pam.git/commitdiff
- fix LUA typo as spotted by baggins auto/th/pam-1_0_1-3 auto/ti/pam-1_0_1-3
authorPatryk Zawadzki <patrys@room-303.com>
Wed, 25 Jun 2008 12:22:09 +0000 (12:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 3

Changed files:
    pam.spec -> 1.289

pam.spec

index 1d48ae87b82b0dace8ae661c3200f734a4f2aec7..c4c83373f47611c6809e58710ebc928782f26f56 100644 (file)
--- a/pam.spec
+++ b/pam.spec
@@ -20,7 +20,7 @@ Summary(tr.UTF-8):    Modüler, artımsal doğrulama birimleri
 Summary(uk.UTF-8):     Інструмент, що забезпечує аутентифікацію для програм
 Name:          pam
 Version:       1.0.1
-Release:       2
+Release:       3
 License:       GPL or BSD
 Group:         Base
 Source0:       http://ftp.kernel.org/pub/linux/libs/pam/library/Linux-PAM-%{version}.tar.bz2
@@ -373,7 +373,7 @@ fi
 
 %post -p <lua>
 fh, error = io.open("/var/log/tallylog")
-if file ~= nil then
+if fh ~= nil then
        io.close(fh)
 else
        fh = io.open("/var/log/tallylog", "w+")
This page took 0.16885 seconds and 4 git commands to generate.