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.

File:
1 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>
Note: See TracChangeset for help on using the changeset viewer.