source: BOOK/final-system/common/tar.xml @ 9b4d9e7

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 9b4d9e7 was c5dbf71, checked in by Joe Ciccone <jciccone@…>, 14 years ago

Removed the tar new compressors patch and added a new man page patch.

  • Property mode set to 100644
File size: 2.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
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
28    <para os="p1">The following patch adds a man page for <command>tar</command>:</para>
29
30<screen os="p2"><userinput>patch -Np1 -i ../&tar-man-patch;</userinput></screen>
31
32    <para os="a">Prepare Tar for compilation:</para>
33
34<screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin</userinput></screen>
35
36    <para os="c">Compile the package:</para>
37
38<screen os="d"><userinput>make</userinput></screen>
39
40    <para os="e">To test the results, issue:
41    <userinput>make check</userinput>.</para>
42
43    <para os="f">Install the package:</para>
44
45<screen os="g"><userinput>make install</userinput></screen>
46
47  </sect2>
48
49  <sect2 id="contents-tar" role="content">
50    <title>Contents of Tar</title>
51
52    <segmentedlist>
53      <segtitle>Installed programs</segtitle>
54
55      <seglistitem>
56        <seg>rmt and tar</seg>
57      </seglistitem>
58    </segmentedlist>
59
60    <variablelist>
61      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
62      <?dbfo list-presentation="list"?>
63      <?dbhtml list-presentation="table"?>
64
65      <varlistentry id="rmt">
66        <term><command>rmt</command></term>
67        <listitem>
68          <para>Remotely manipulates a magnetic
69          tape drive through an interprocess communication connection</para>
70          <indexterm zone="ch-system-tar rmt">
71            <primary sortas="b-rmt">rmt</primary>
72          </indexterm>
73        </listitem>
74      </varlistentry>
75
76      <varlistentry id="tar">
77        <term><command>tar</command></term>
78        <listitem>
79          <para>Creates, extracts files from, and lists the contents of
80          archives, also known as tarballs</para>
81          <indexterm zone="ch-system-tar tar">
82            <primary sortas="b-tar">tar</primary>
83          </indexterm>
84        </listitem>
85      </varlistentry>
86
87    </variablelist>
88
89  </sect2>
90
91</sect1>
Note: See TracBrowser for help on using the repository browser.