Ignore:
Timestamp:
10/01/2023 03:47:53 PM (13 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
lazarus
Children:
efec285
Parents:
f7a5feb9 (diff), 9448f79b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into lazarus

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/mailnews/mutt.xml

    rf7a5feb9 r3e86dee  
    77  <!ENTITY mutt-download-http "https://bitbucket.org/mutt/mutt/downloads/mutt-&mutt-version;.tar.gz">
    88  <!ENTITY mutt-download-ftp  "ftp://ftp.mutt.org/pub/mutt/mutt-&mutt-version;.tar.gz">
    9   <!ENTITY mutt-md5sum        "0c3691cff3fd0471bfcad2bd8ad84949">
     9  <!ENTITY mutt-md5sum        "5b3e1feb8473bf64847d1fd85084dbb0">
    1010  <!ENTITY mutt-size          "5.3 MB">
    1111  <!ENTITY mutt-buildsize     "48 MB">
     
    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.