-if [[ "$BACULA_CVS" == y ]]; then
- depends "CVS"
+if [[ ${BACULA_SCM} == "y" ]]; then
+ depends git
fi &&
if [[ -z "$BACULA_CLIENT" ]]; then
depends $BACULA_BACKEND "--with-$BACULA_BACKEND=$INSTALL_ROOT/usr" &&
diff --git a/archive/bacula/HISTORY b/archive/bacula/HISTORY
index b915260..b81dcf4 100644
--- a/archive/bacula/HISTORY
+++ b/archive/bacula/HISTORY
@@ -1,6 +1,6 @@
2009-09-04 Quentin Rameau <quinq AT sourcemage.org>
* DETAILS: updated to version 3.0.2, now use git instead of cvs for
scm
- * DEPENDS: made dependency on mtx-tape optional
+ * DEPENDS: made dependency on mtx-tape optional, changed CVS to git
* BUILD: build directory changed for git version
2007-03-21 David Kowis <dkowis AT shlrm.org>
@@ -60,3 +60,4 @@
2005-04-19 Sergey Lipnevich <sergey AT sourcemage.org>
* ALL: created spell
+
[SM-Commit] GIT changes to master grimoire by Quentin Rameau (65d9d2163e71ddac12488b47bb26c5648242a73c),
Quentin Rameau, 09/04/2009