summaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-06 03:40:03 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-06 03:40:03 -0500
commitddd41353333ec8c32529e156101e1a8bfb844827 (patch)
tree9050a7da3ddd619416fd20770730f19d3479c6ce /init.d
parentfbe1923624daff65f68cf073a279f555cd655e08 (diff)
go ahead and restore mtimes too
Diffstat (limited to 'init.d')
-rwxr-xr-xinit.d/20restore-metadata2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/20restore-metadata b/init.d/20restore-metadata
index cd6174c..01c45e4 100755
--- a/init.d/20restore-metadata
+++ b/init.d/20restore-metadata
@@ -6,5 +6,5 @@ set -e
# file won't do anything shady, because, as documented, etckeeper-init
# should only be run on repositories you trust.
if [ -e .metadata ]; then
- metastore --apply
+ metastore --apply --mtime
fi