]> git.pld-linux.org Git - packages/tzdata.git/commitdiff
- preserve selinux context
authorzbyniu <zbyniu@pld-linux.org>
Mon, 21 May 2007 22:27:42 +0000 (22:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    timezone.init -> 1.8

timezone.init

index 132eff29682c9047bbe4052a7c1727ed252c6ef4..b65be3504a96e732fe946337b93254d9fddbe806 100644 (file)
@@ -38,7 +38,7 @@ start() {
                        else
                                MESSAGE="`nls 'Setting time zone information (%s)' "$TIME_ZONE"`"
                        fi
-                       run_cmd "$MESSAGE" cp -af $ZONE_FILE /etc/localtime
+                       run_cmd "$MESSAGE" cp -afc $ZONE_FILE /etc/localtime
                        RETVAL=$?
                fi
 
This page took 0.202389 seconds and 4 git commands to generate.