diff options
-rwxr-xr-x | init.d/40vcs-init | 1 |
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 |