]> git.pld-linux.org Git - packages/SysVinit.git/commitdiff
- removed all %post
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Wed, 26 Apr 2000 14:27:59 +0000 (14:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SysVinit.spec -> 1.45

SysVinit.spec

index 1f59691497d51509535f87ea889dd71053ef0d00..652da507892573748735596be0c450dd33926e6f 100644 (file)
@@ -5,7 +5,7 @@ Summary(pl):    Program inicjalizuj
 Summary(tr):   System V baþlatma programý
 Name:          SysVinit
 Version:       2.78
-Release:       8
+Release:       9
 License:       GPL
 Group:         Base
 Group(pl):     Podstawowe
@@ -94,21 +94,6 @@ gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
 groupadd -f -r -g 60 utmp
 update-db
 
-%post
-if [ -f /var/log/wtmp ]; then
-       mv -f /var/log/wtmp /var/log/wtmp.rpmsave
-fi
-
-for i in lastlog wtmpx btmpx; do 
-       if [ ! -f /var/log/$i ]; then 
-               >/var/log/$i 
-       fi
-done
-
-chmod 0644 /var/log/lastlog /var/log/wtmpx
-chmod 0640 /var/log/btmpx
-chgrp utmp /var/log/wtmpx
-
 %postun
 groupdel utmp
 update-db
This page took 2.127121 seconds and 4 git commands to generate.