mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
e4123d23fa
Update to dejagnu-1.5. Update to parted-3.0. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8948 af4574ff-66df-0310-9fd7-8a98e5e911e0
126 lines
3.6 KiB
XML
126 lines
3.6 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY eject-download-http "http://www.paldo.org/paldo/sources/eject/eject-&eject-version;.tar.bz2">
|
|
<!ENTITY eject-download-ftp "ftp://mirrors.kernel.org/slackware/slackware-13.1/source/a/eject/eject-&eject-version;.tar.bz2">
|
|
<!ENTITY eject-md5sum "5a6cab2184ae4ed21128054d931d558f">
|
|
<!ENTITY eject-size "105 KB">
|
|
<!ENTITY eject-buildsize "1 MB">
|
|
<!ENTITY eject-time "less than 0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="eject" xreflabel="Eject-&eject-version;">
|
|
<?dbhtml filename="eject.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Eject-&eject-version;</title>
|
|
|
|
<indexterm zone="eject">
|
|
<primary sortas="a-Eject">Eject</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Eject</title>
|
|
|
|
<para>The <application>Eject</application> package is a program for ejecting
|
|
removable media under software control.</para>
|
|
|
|
&lfs70_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&eject-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&eject-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &eject-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &eject-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &eject-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &eject-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/eject"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Eject</title>
|
|
|
|
<para>Install <application>Eject</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>eject and volname</seg>
|
|
<seg>None</seg>
|
|
<seg>None</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="eject-prog">
|
|
<term><command>eject</command></term>
|
|
<listitem>
|
|
<para>ejects removable media.</para>
|
|
<indexterm zone="eject eject-prog">
|
|
<primary sortas="b-eject">eject</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="volname">
|
|
<term><command>volname</command></term>
|
|
<listitem>
|
|
<para>returns the volume name.</para>
|
|
<indexterm zone="eject volname">
|
|
<primary sortas="b-volname">volname</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|