source: archive/eject.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 3.8 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 <!ENTITY eject-download-http "http://www.paldo.org/paldo/sources/eject/eject-&eject-version;.tar.bz2">
8 <!ENTITY eject-download-ftp "ftp://mirrors.kernel.org/slackware/slackware-13.1/source/a/eject/eject-&eject-version;.tar.bz2">
9 <!ENTITY eject-md5sum "5a6cab2184ae4ed21128054d931d558f">
10 <!ENTITY eject-size "105 KB">
11 <!ENTITY eject-buildsize "1 MB">
12 <!ENTITY eject-time "less than 0.1 SBU">
13]>
14
15<sect1 id="eject" xreflabel="eject-&eject-version;">
16 <?dbhtml filename="eject.html"?>
17
18
19 <title>eject-&eject-version;</title>
20
21 <indexterm zone="eject">
22 <primary sortas="a-eject">eject</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Eject</title>
27
28 <para>The <application>Eject</application> package is a program for ejecting
29 removable media under software control.</para>
30
31 <note><para>Starting with util-linux-2.22, the <command>eject</command>
32 program has been incorporated into that package. If you have installed
33 util-linux-2.22 or later, this package is not needed.</para></note>
34
35 &lfs74_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&eject-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&eject-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &eject-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &eject-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &eject-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &eject-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <para condition="html" role="usernotes">User Notes:
60 <ulink url="&blfs-wiki;/eject"/></para>
61
62 </sect2>
63
64 <sect2 role="installation">
65 <title>Installation of Eject</title>
66
67 <para>Install <application>Eject</application> by running the following
68 commands:</para>
69
70<screen><userinput>./configure --prefix=/usr &amp;&amp;
71make</userinput></screen>
72
73 <para>This package does not come with a test suite.</para>
74
75 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
76
77<screen role="root"><userinput>make install</userinput></screen>
78
79 </sect2>
80
81 <sect2 role="content">
82 <title>Contents</title>
83
84 <segmentedlist>
85 <segtitle>Installed Programs</segtitle>
86 <segtitle>Installed Libraries</segtitle>
87 <segtitle>Installed Directories</segtitle>
88
89 <seglistitem>
90 <seg>eject and volname</seg>
91 <seg>None</seg>
92 <seg>None</seg>
93 </seglistitem>
94 </segmentedlist>
95
96 <variablelist>
97 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
98 <?dbfo list-presentation="list"?>
99 <?dbhtml list-presentation="table"?>
100
101 <varlistentry id="eject-prog">
102 <term><command>eject</command></term>
103 <listitem>
104 <para>ejects removable media.</para>
105 <indexterm zone="eject eject-prog">
106 <primary sortas="b-eject">eject</primary>
107 </indexterm>
108 </listitem>
109 </varlistentry>
110
111 <varlistentry id="volname">
112 <term><command>volname</command></term>
113 <listitem>
114 <para>returns the volume name.</para>
115 <indexterm zone="eject volname">
116 <primary sortas="b-volname">volname</primary>
117 </indexterm>
118 </listitem>
119 </varlistentry>
120
121 </variablelist>
122
123 </sect2>
124
125</sect1>
Note: See TracBrowser for help on using the repository browser.