diff options
Diffstat (limited to 'network/csync/doinst.sh')
-rw-r--r-- | network/csync/doinst.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/network/csync/doinst.sh b/network/csync/doinst.sh index c9db1e8558..4c8b725660 100644 --- a/network/csync/doinst.sh +++ b/network/csync/doinst.sh @@ -11,7 +11,8 @@ config() { # Otherwise, we leave the .new copy for the admin to consider... } -config etc/csync/csync_exclude.conf -config etc/csync/csync.conf -config etc/csync/csync_log.conf +config etc/csync/csync_exclude.conf.new +config etc/csync/csync.conf.new +config etc/csync/csync_log.conf.new + |