summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2010-07-29 16:31:16 +0400
committerVlad Glagolev2010-07-29 16:31:16 +0400
commit4cfd6352967f8b22b38b07321c67836eb143859c (patch)
tree8bc3e07c6c197ea62de3280a0ea000e932542b57
parent99c763f46d6adeee9c593439d733610fb206331b (diff)
rsync: added forgotten PREPARE
-rwxr-xr-xftp/rsync/PREPARE6
1 files changed, 6 insertions, 0 deletions
diff --git a/ftp/rsync/PREPARE b/ftp/rsync/PREPARE
new file mode 100755
index 0000000000..9c39ab9fd9
--- /dev/null
+++ b/ftp/rsync/PREPARE
@@ -0,0 +1,6 @@
+config_query RSYNC_GIT "Build latest version (3.0.x branch) from development tree?" n &&
+
+if [[ $RSYNC_GIT == y ]]; then
+ config_query RSYNC_AUTOUPDATE \
+ "Automatically update on every system update?" n
+fi