summaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-05 18:13:00 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-05 18:13:00 -0500
commitb42d7c03371d9f1dab89a8d7a3e5bb85e8774e14 (patch)
treea9217c27267937b82069047b263d1fb34e3adc10 /init.d
parente737d1795d0acbaba09412b3b969b33fc8956b85 (diff)
finishing touches etc
Diffstat (limited to 'init.d')
-rwxr-xr-xinit.d/20git-init1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.d/20git-init b/init.d/20git-init
index 7bf1c89..69867c4 100755
--- a/init.d/20git-init
+++ b/init.d/20git-init
@@ -2,4 +2,5 @@
set -e
if [ ! -e .git ]; then
git-init
+ echo "$(hostname) /etc repository" > .git/description
fi