source: archive/eject.xml@ 48b59802

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 48b59802 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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