From 5416e38ea8e11ed856386e43c759da6ab3958a7d Mon Sep 17 00:00:00 2001 From: Teemu Matilainen Date: Fri, 4 Dec 2009 17:04:40 +0200 Subject: [PATCH] Fix default configuration paths in documentation Signed-off-by: Teemu Matilainen --- src/gl-compile-conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gl-compile-conf b/src/gl-compile-conf index 56b11ed..6dfc050 100755 --- a/src/gl-compile-conf +++ b/src/gl-compile-conf @@ -27,11 +27,11 @@ $Data::Dumper::Sortkeys = 1; # - anytime a pubkey is added/deleted # - anytime gitolite.conf is changed # input: -# - GL_CONF (default: ~/.gitolite/gitolite.conf) +# - GL_CONF (default: ~/.gitolite/conf/gitolite.conf) # - GL_KEYDIR (default: ~/.gitolite/keydir) # output: # - ~/.ssh/authorized_keys (dictated by sshd) -# - GL_CONF_COMPILED (default: ~/.gitolite/gitolite.conf-compiled.pm) +# - GL_CONF_COMPILED (default: ~/.gitolite/conf/gitolite.conf-compiled.pm) # security: # - touches a very critical system file that manages the restrictions on # incoming users. Be sure to audit AUTH_COMMAND and AUTH_OPTIONS (see