summaryrefslogtreecommitdiffstats
path: root/archive/bacula/PREPARE
diff options
context:
space:
mode:
Diffstat (limited to 'archive/bacula/PREPARE')
-rwxr-xr-xarchive/bacula/PREPARE6
1 files changed, 3 insertions, 3 deletions
diff --git a/archive/bacula/PREPARE b/archive/bacula/PREPARE
index 51ea7fe0b0..d2cf63979a 100755
--- a/archive/bacula/PREPARE
+++ b/archive/bacula/PREPARE
@@ -1,4 +1,4 @@
-config_query BACULA_CVS 'Build from CVS?' n &&
-if [ "${BACULA_CVS}" == 'y' ]; then
- config_query BACULA_CVS_AUTOUPDATE 'Update on every system update?' n
+config_query BACULA_SCM 'Build scm version ?' n &&
+if [ "${BACULA_SCM}" == 'y' ]; then
+ config_query BACULA_SCM_AUTOUPDATE 'Update on every system update?' n
fi