source: archive/eject.xml@ ccded7e

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ccded7e was f82ac3f, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

Archive unneeded packages

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12016 af4574ff-66df-0310-9fd7-8a98e5e911e0

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