]> git.pld-linux.org Git - packages/libutempter.git/commitdiff
- release 4, utempter-0_5_1-4
authorkloczek <kloczek@pld-linux.org>
Wed, 15 Dec 1999 21:05:08 +0000 (21:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added "rm -f /var/run/utmp" in %post.

Changed files:
    libutempter.spec -> 1.17

libutempter.spec

index 9981f9cea34c32b34a0a8ca70008cc70fa351741..731c17ac79240abe63859e55d351450966a53142 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Privledged helper for utmpx updates
 Summary(pl):   Biblioteka pozwalaj±ca na zapisywanie w utmpx
 Name:          utempter
 Version:       0.5.1
-Release:       3
+Release:       4
 Copyright:     MIT
 Group:         Base
 Group(pl):     Podstawowe
@@ -56,6 +56,7 @@ install -d $RPM_BUILD_ROOT/var/run
 %post
 /sbin/ldconfig
 
+rm -f /var/run/utmp
 if [ -f /var/run/utmpx ]; then
        chown root.utmp /var/run/utmpx
        chmod 664 /var/run/utmpx
This page took 0.037746 seconds and 4 git commands to generate.