]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
- removed upgrade race condition in %post,
authorTomasz Pala <gotar@pld-linux.org>
Thu, 13 Dec 2001 03:15:58 +0000 (03:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 4.

Changed files:
    rc-scripts.spec -> 1.84

rc-scripts.spec

index 877e0dadb680c2394eb4e13d0b7ab92b2c968cd9..1bea41530ebbeee4975c299f25ac9126113c8a65 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: rc-scripts.spec,v 1.83 2001-12-10 22:31:18 kloczek Exp $
+# $Id: rc-scripts.spec,v 1.84 2001-12-13 03:15:58 gotar Exp $
 Summary:       inittab and /etc/rc.d scripts
 Summary(de):   inittab und /etc/rc.d Scripts
 Summary(fr):   inittab et scripts /etc/rc.d
@@ -6,7 +6,7 @@ Summary(pl):    inittab i skrypty startowe z katalogu /etc/rc.d
 Summary(tr):   inittab ve /etc/rc.d dosyalarý
 Name:          rc-scripts
 Version:       0.3.0
-Release:       3
+Release:       4
 License:       GPL
 Vendor:                PLD rc-scripts Team <pld-rc-scripts@pld.org.pl>
 Group:         Base
@@ -150,6 +150,8 @@ if [ -f /etc/inittab.rpmsave ]; then
        mv -f /etc/inittab.rpmsave /etc/inittab
 fi
 touch /var/log/dmesg
+chmod 000 /var/log/dmesg
+chown root.root /var/log/dmesg
 chmod 640 /var/log/dmesg
 
 # move network interfaces description files to new location
This page took 0.038892 seconds and 4 git commands to generate.