summaryrefslogtreecommitdiff
path: root/public_hurd_boxen/installation
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2010-03-13 15:12:33 +0100
committerThomas Schwinge <thomas@schwinge.name>2010-03-13 15:41:59 +0100
commit74e5c6ca2755703aad8b209a92a7fee044825fdf (patch)
tree0f66a866bad3a763814d1acc8593016e47596415 /public_hurd_boxen/installation
parent7521c9751d9a0ef6ac690fc8a01cea3b44f9394d (diff)
Users can now publish anonymous read-only Git repositories from their home directories.
Diffstat (limited to 'public_hurd_boxen/installation')
-rw-r--r--public_hurd_boxen/installation/flubber.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/public_hurd_boxen/installation/flubber.mdwn b/public_hurd_boxen/installation/flubber.mdwn
index 219c2db9..acf0fa68 100644
--- a/public_hurd_boxen/installation/flubber.mdwn
+++ b/public_hurd_boxen/installation/flubber.mdwn
@@ -8,14 +8,14 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
is included in the section entitled [[GNU Free Documentation
License|/fdl]]."]]"""]]
-# *git-daemon*
+# *git daemon*
## `/etc/rc.local`
[...]
# runit doesn't work yet...
LC_ALL=C date >> /var/log/git-daemon
- git daemon --verbose --base-path=/var/cache /var/cache/git >> /var/log/git-daemon 2>&1 &
+ git daemon --verbose --user-path >> /var/log/git-daemon 2>&1 &
[...]
Should [[fix runit|open issues/runit]] and use Debian's `git-daemon-run`