summaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
authordAniel hAhler <daniel@thequod.de>2008-04-04 22:15:52 +0200
committerJoey Hess <joey@kodama.kitenet.net>2008-04-05 15:05:19 -0400
commit82db119e78ded158ded196e96b64f1824ab70567 (patch)
tree50dabbf27760adab785b4e111f879c95d2041c02 /init.d
parent92d120f9223995e1bea725f807635881cf3b6ba5 (diff)
bzr: Set nickname for tree in init.d/40vcs-init
Diffstat (limited to 'init.d')
-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