diff options
author | Aaron LI <aly@aaronly.me> | 2019-01-06 00:24:26 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2019-01-06 00:24:26 +0800 |
commit | 16885e3bdea77e7898bb7599ddeb86e5576e17c4 (patch) | |
tree | 071fd11b5a43d71661705cb8747dcb845e4b86ba /dfly-update.conf | |
parent | 5f622792533fc26935a781651d009f90b0f22679 (diff) | |
download | dfly-update-16885e3bdea77e7898bb7599ddeb86e5576e17c4.tar.bz2 |
Use cpdup -X to ignore the files to avoid overwriting
Use cpdup -X to not copy the files should be ignored to avoid
overwriting. Therefore, the copy-backup-then-rename hack is not needed.
Diffstat (limited to 'dfly-update.conf')
-rw-r--r-- | dfly-update.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dfly-update.conf b/dfly-update.conf index fe483ba..ac8521a 100644 --- a/dfly-update.conf +++ b/dfly-update.conf @@ -32,9 +32,6 @@ # /etc/spwd.db #' -# Filename suffix for the temporarily backup files to avoid overriding. -#BAK_SUF="__bak__" - # Filename suffix for newly installed config files that need (manual) # merge. #NEW_SUF="__new__" |