]> git.pld-linux.org Git - packages/tzdata.git/blobdiff - timezone.init
-a tries to preserve context already (in coreutils 6.10); -c option doesn't even...
[packages/tzdata.git] / 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.025193 seconds and 4 git commands to generate.