diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-09-30 10:27:27 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-30 20:01:06 -0500 |
commit | 2f7f4b0c96f930d18359bf86516bdecea73a1b76 (patch) | |
tree | 9c5b216bb460e2058c48fec973c5742324e80c5a /network/csync/doinst.sh | |
parent | 9760463c424c7b3b7b48d728a48b45dd218e67a5 (diff) | |
download | slackbuilds-2f7f4b0c96f930d18359bf86516bdecea73a1b76.tar.gz |
network/csync: Fixed (Install doinst.sh, use .new for config func)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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 + |