]> git.pld-linux.org Git - packages/tzdata.git/commitdiff
-a tries to preserve context already (in coreutils 6.10); -c option doesn't even...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 4 Mar 2008 16:36:21 +0000 (16:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    timezone.init -> 1.11

timezone.init

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