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