Ignore:
Timestamp:
09/04/2023 04:47:06 PM (8 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
f7fe3e6
Parents:
1384f36
Message:

Make groupadd command in mutt "nodump"

Normally, the "mail" group should have been created in lfs, so
no need to create it here. But this instruction has been here
for so long that we could as well keep it. Nevertheless prevent
jhalfs to choke on it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/mailnews/mutt.xml

    r1384f36 rcecc78a7  
    146146      <application>Mutt</application> requires a group named
    147147      <systemitem class="groupname">mail</systemitem>.  You can
    148       add this group, if it does not exist, with this command:
    149     </para>
    150 
    151 <screen role="root"><userinput>groupadd -g 34 mail</userinput></screen>
     148      add this group, if it does not exist, with this command
     149      (as the &root; user):
     150    </para>
     151<!-- nodump because group mail should have been created in lfs -->
     152<screen role="nodump"><userinput>groupadd -g 34 mail</userinput></screen>
    152153
    153154    <para>
Note: See TracChangeset for help on using the changeset viewer.