]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
- use SUSv2-compliant chown syntax (user:group) instead of deprecated
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 4 Aug 2003 11:35:58 +0000 (11:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rc-scripts.spec -> 1.119

rc-scripts.spec

index 14b25c99961029b3773f1fe32fbdd35676f2a204..8e2102101c99aa66afd9f3dff721bab45d422915 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: rc-scripts.spec,v 1.118 2003-08-04 10:52:14 qboosh Exp $
+# $Id: rc-scripts.spec,v 1.119 2003-08-04 11:35:58 qboosh Exp $
 Summary:       inittab and /etc/rc.d scripts
 Summary(de):   inittab und /etc/rc.d Scripts
 Summary(fr):   inittab et scripts /etc/rc.d
@@ -178,7 +178,7 @@ if [ -f /etc/inittab.rpmsave ]; then
 fi
 touch /var/log/dmesg
 chmod 000 /var/log/dmesg
-chown root.root /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.105135 seconds and 4 git commands to generate.