summaryrefslogtreecommitdiff
path: root/init.d/40vcs-init
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/40vcs-init')
-rwxr-xr-xinit.d/40vcs-init2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.d/40vcs-init b/init.d/40vcs-init
index e2677bc..dec33a4 100755
--- a/init.d/40vcs-init
+++ b/init.d/40vcs-init
@@ -8,4 +8,6 @@ elif [ "$VCS" = hg ] && [ ! -e .hg ]; then
hg init
echo "[web]" > .hg/hgrc
echo "description = $(hostname) /etc repository" >> .hg/hgrc
+elif [ "$VCS" = bzr ] && [ ! -e .bzr ]; then
+ bzr init
fi