Changeset a04cedb for BOOK/final-system


Ignore:
Timestamp:
Oct 25, 2013, 7:28:49 AM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
0b6834f
Parents:
494f312
Message:

Remove sed for gets security hole and add perl command to generate man.1 page from tarman.

Location:
BOOK/final-system
Files:
2 edited

Legend:

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

    r494f312 ra04cedb  
    3030<screen os="p2"><userinput>patch -Np1 -i ../&tar-man-patch;</userinput></screen>
    3131
    32     <para os="s1">EGLIBC-&eglibc-version; does not declare gets():</para>
    33 
    34 <screen os="s2"><userinput>sed -i -e '/gets is a/d' gnu/stdio.in.h</userinput></screen>
    35 
    3632    <para os="a">Prepare Tar for compilation:</para>
    3733
     
    4945
    5046<screen os="g"><userinput>make install</userinput></screen>
     47
     48    <para os="h">Generate the man page and place it in the proper location:</para>
     49
     50<screen os="i"><userinput>perl tarman > /usr/share/man/man1/tar.1</userinput></screen>
    5151
    5252  </sect2>
  • BOOK/final-system/multilib/tar.xml

    r494f312 ra04cedb  
    3232    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3333    href="../common/tar.xml"
    34     xpointer="xpointer(//*[@os='s1'])"/>
    35 
    36     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    37     href="../common/tar.xml"
    38     xpointer="xpointer(//*[@os='s2'])"/>
    39 
    40     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    41     href="../common/tar.xml"
    4234    xpointer="xpointer(//*[@os='a'])"/>
    4335
     
    6658    xpointer="xpointer(//*[@os='g'])"/>
    6759
     60    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     61    href="../common/tar.xml"
     62    xpointer="xpointer(//*[@os='h'])"/>
     63
     64    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     65    href="../common/tar.xml"
     66    xpointer="xpointer(//*[@os='i'])"/>
     67
    6868  </sect2>
    6969
Note: See TracChangeset for help on using the changeset viewer.