[blfs] branch trunk updated: Fix a line that is too long.

git Owner ([email protected] via blfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.beyond.book
Message-ID <178232189495.1050278.9152253218517444832@rivendell.linuxfromscratch.org>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository blfs.

The following commit(s) were added to refs/heads/trunk by this push:
     new 038012b4c8 Fix a line that is too long.
038012b4c8 is described below

commit 038012b4c845819fa12e5153782f9c0e3a04c938
Author: Bruce Dubbs <[email protected]>
AuthorDate: Wed Jun 24 12:24:49 2026 -0500

    Fix a line that is too long.
---
 general/prog/gitserver.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/general/prog/gitserver.xml b/general/prog/gitserver.xml
index 3bf83c5c46..b49355fc10 100644
--- a/general/prog/gitserver.xml
+++ b/general/prog/gitserver.xml
@@ -81,7 +81,8 @@ install -o git -g git -m0600 /dev/null /home/git/.ssh/authorized_keys</userinput
         the git server might reach.
       </para>
 
-<screen role="nodump"><userinput>echo -n "no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty " >> /home/git/.ssh/authorized_keys &amp;&amp;
+<screen role="nodump"><userinput>echo -n "no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty " \
+     >> /home/git/.ssh/authorized_keys &amp;&amp;
 cat &lt;user-ssh-key&gt; &gt;&gt; /home/git/.ssh/authorized_keys</userinput></screen>
 
       <para>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

-- 
http://lists.linuxfromscratch.org/sympa/info/blfs-book
Unsubscribe: See the above information page
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.