source: BOOK/final-system/common/tar.xml@ 7980d7a

sysvinit
Last change on this file since 7980d7a was e83bf66b, checked in by William Harrington <kb0iic@…>, 10 years ago

Remove tar patch.

  • Property mode set to 100644
File size: 2.8 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-system-tar" role="wrap">
9 <?dbhtml filename="tar.html"?>
10
11 <title>Tar-&tar-version;</title>
12
13 <indexterm zone="ch-system-tar">
14 <primary sortas="a-Tar">Tar</primary>
15 </indexterm>
16
17 <sect2 role="package">
18 <title/>
19
20 <para>The Tar package contains an archiving program.</para>
21
22
23 </sect2>
24
25 <sect2 role="installation">
26 <title>Installation of Tar</title>
27
[e0e40d3]28 <para os="a">Prepare Tar for compilation:</para>
[3f8be484]29
[3eeef443]30<screen os="b"><userinput>FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr \
31 --bindir=/bin --libexecdir=/usr/sbin</userinput></screen>
[3f8be484]32
[e0e40d3]33 <para os="c">Compile the package:</para>
[3f8be484]34
[e0e40d3]35<screen os="d"><userinput>make</userinput></screen>
[3f8be484]36
[686839b]37 <para os="e">To test the results, issue:</para>
38
39<screen os="e2"><userinput remap="test">make check</userinput></screen>
[3f8be484]40
[e0e40d3]41 <para os="f">Install the package:</para>
[3f8be484]42
[e0e40d3]43<screen os="g"><userinput>make install</userinput></screen>
[3f8be484]44
[a04cedb]45 <para os="h">Generate the man page and place it in the proper location:</para>
46
[d3a81ee]47<screen os="i"><userinput>perl tarman &gt; /usr/share/man/man1/tar.1</userinput></screen>
[a04cedb]48
[c873165]49 <para os="j">Install the documentation:</para>
50
51<screen os="k"><userinput>make -C doc install-html docdir=/usr/share/doc/tar-&tar-version;</userinput></screen>
52
[3f8be484]53 </sect2>
54
55 <sect2 id="contents-tar" role="content">
56 <title>Contents of Tar</title>
57
58 <segmentedlist>
59 <segtitle>Installed programs</segtitle>
[c873165]60 <segtitle>Installed directory</segtitle>
[3f8be484]61
62 <seglistitem>
[c2102b28]63 <seg>rmt, tar</seg>
[c873165]64 <seg>/usr/share/doc/tar-&tar-version;</seg>
[3f8be484]65 </seglistitem>
66 </segmentedlist>
67
68 <variablelist>
69 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
70 <?dbfo list-presentation="list"?>
71 <?dbhtml list-presentation="table"?>
72
73 <varlistentry id="rmt">
74 <term><command>rmt</command></term>
75 <listitem>
76 <para>Remotely manipulates a magnetic
77 tape drive through an interprocess communication connection</para>
78 <indexterm zone="ch-system-tar rmt">
79 <primary sortas="b-rmt">rmt</primary>
80 </indexterm>
81 </listitem>
82 </varlistentry>
83
84 <varlistentry id="tar">
85 <term><command>tar</command></term>
86 <listitem>
87 <para>Creates, extracts files from, and lists the contents of
88 archives, also known as tarballs</para>
89 <indexterm zone="ch-system-tar tar">
90 <primary sortas="b-tar">tar</primary>
91 </indexterm>
92 </listitem>
93 </varlistentry>
94
95 </variablelist>
96
97 </sect2>
98
99</sect1>
Note: See TracBrowser for help on using the repository browser.