From 13c89cdb7d493c43659c7f202c6cc3f81ea4c1e8 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Sat, 17 Nov 2007 16:27:21 +0200 Subject: Manage git-daemon-export-ok flags from gitosis config. --- example.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'example.conf') diff --git a/example.conf b/example.conf index 117be5c..411a647 100644 --- a/example.conf +++ b/example.conf @@ -13,8 +13,7 @@ gitweb = no ## Allow git-daemon to publish all known repositories. As with gitweb, ## this can be done globally or per-repository. -## NOT YET IMPLEMENTED. -# daemon-ok = no +daemon = no ## Logging level, one of DEBUG, INFO, WARNING, ERROR, CRITICAL loglevel = DEBUG @@ -41,8 +40,7 @@ gitweb = yes owner = John Doe ## Allow git-daemon to publish this repository. -## NOT YET IMPLEMENTED. -# daemon-ok = no +daemon = yes [gitweb] ## Where to make gitweb link to as it's "home location". -- cgit v1.2.3