Changeset afd5ee2f


Ignore:
Timestamp:
Sep 4, 2015, 5:13:16 PM (9 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
8c4afc1
Parents:
2fc0b9b
Message:

Add command to edit man-db.conf tmpfile as we have no man user.

Location:
BOOK/final-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/man-db.xml

    r2fc0b9b rafd5ee2f  
    7373<screen os="i"><userinput>make install</userinput></screen>
    7474
     75    <para os="j">Edit the installed tmpfile as we have no <systemitem class="username">man</systemitem> user:</para>
     76
     77<screen os="k"><userinput>sed -i "s:man root:root root:g" /usr/lib/tmpfiles.d/man-db.conf</userinput></screen>
    7578  </sect2>
    7679
  • BOOK/final-system/multilib/man-db.xml

    r2fc0b9b rafd5ee2f  
    6060    xpointer="xpointer(//*[@os='i'])"/>
    6161
     62    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     63    href="../common/man-db.xml"
     64    xpointer="xpointer(//*[@os='j'])"/>
     65
     66    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     67    href="../common/man-db.xml"
     68    xpointer="xpointer(//*[@os='k'])"/>
     69
    6270  </sect2>
    6371
Note: See TracChangeset for help on using the changeset viewer.