From d6de80bdc317f98ffe76132371690c0febcaf9e4 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 8 Jan 2021 23:46:45 +0000 Subject: [PATCH] Still more tweaks git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24095 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/prog/gitserver.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/general/prog/gitserver.xml b/general/prog/gitserver.xml index 45c2abd39c..f274e30233 100644 --- a/general/prog/gitserver.xml +++ b/general/prog/gitserver.xml @@ -233,7 +233,7 @@ git push The setup described above makes a repository available for authenticated users (via providing the ssh public key file). There is also a simple way to publish the - repository to unauthenticated users - of course without write + repository to unauthenticated users — of course without write access. @@ -344,10 +344,10 @@ GIT_DAEMON_OPTS="" In case you have to pass special options to the git daemon command, they have to be - specified in this setting. On example might be to adjust - the port number the daemon is listening on. In this case, - add --port=XYZ to this variable. - For more information which options can be set, take a look + specified in this setting. One example might be to adjust + the port number where daemon is listening. In this case, + add --port=<port number> to this variable. + For more information about which options can be set, take a look at the output of git daemon --help.