Changeset 1e72aaad for general/prog


Ignore:
Timestamp:
01/11/2021 09:19:14 PM (3 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a2082e52
Parents:
d186c30
Message:

Add a sed to set invalid password hash; set default branch name system wide

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24101 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gitserver.xml

    rd186c30 r1e72aaad  
    6363
    6464<screen role="root"><userinput>groupadd -g &gitgid; git &amp;&amp;
    65 useradd -c "git Owner" -d /home/git -m -g git -s /usr/bin/git-shell -u &gituid; git</userinput></screen>
     65useradd -c "git Owner" -d /home/git -m -g git -s /usr/bin/git-shell -u &gituid; git &amp;&amp;
     66sed -i '/git/s/git:.*:/git:NP:/' /etc/shadow</userinput></screen>
    6667
    6768      <para>
     
    9091      </para>
    9192
    92 <screen role="nodump"><userinput>git config --global init.defaultBranch trunk</userinput></screen>
     93<screen role="nodump"><userinput>git config --system init.defaultBranch trunk</userinput></screen>
    9394
    9495      <para>
Note: See TracChangeset for help on using the changeset viewer.