From: kloczek Date: Wed, 15 Dec 1999 21:05:08 +0000 (+0000) Subject: - release 4, X-Git-Tag: utempter-0_5_1-4 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=46894e0ac6877358953478609db2f04a03681a83;p=packages%2Flibutempter.git - release 4, - added "rm -f /var/run/utmp" in %post. Changed files: libutempter.spec -> 1.17 --- diff --git a/libutempter.spec b/libutempter.spec index 9981f9c..731c17a 100644 --- a/libutempter.spec +++ b/libutempter.spec @@ -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