diff options
Diffstat (limited to 'init.d/40vcs-init')
-rwxr-xr-x | init.d/40vcs-init | 2 |
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 |