mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 04:52:12 +08:00
65ce93ae58
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7722 af4574ff-66df-0310-9fd7-8a98e5e911e0
177 lines
5.4 KiB
XML
177 lines
5.4 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 kdeadmin-download-http "&kde-download-http;/kdeadmin-&kde-version;.tar.bz2">
|
|
<!ENTITY kdeadmin-download-ftp "&kde-download-ftp;/kdeadmin-&kde-version;.tar.bz2">
|
|
<!ENTITY kdeadmin-md5sum "eb23c52c945f31a48f2c9df4330a1262">
|
|
<!ENTITY kdeadmin-size "2.0 MB">
|
|
<!ENTITY kdeadmin-buildsize "26 MB">
|
|
<!ENTITY kdeadmin-time "1.6 SBU">
|
|
]>
|
|
|
|
<sect1 id="kdeadmin">
|
|
<?dbhtml filename="kdeadmin.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Kdeadmin-&kde-version;</title>
|
|
|
|
<indexterm zone="kdeadmin">
|
|
<primary sortas="a-kdeadmin">Kdeadmin</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Kdeadmin</title>
|
|
|
|
<para><application>Kdeadmin</application> provides several
|
|
<application>KDE</application> clients useful for managing a system.
|
|
Clients include programs for managing users, initialization files, cron,
|
|
and network connections.</para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&kdeadmin-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&kdeadmin-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &kdeadmin-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &kdeadmin-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &kdeadmin-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &kdeadmin-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Kdeadmin Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required"><xref linkend="kdebase"/></para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended"><xref linkend="libjpeg"/> and
|
|
<xref linkend="libxml2"/></para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional"><xref linkend="linux-pam"/> and
|
|
<ulink url="http://lilo.go.dyndns.org/">LILO</ulink></para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/kdeadmin"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 id="kdeadmin-runtime-dependencies"
|
|
xreflabel="KDE Admin Runtime Dependencies">
|
|
<title>Run-Time Dependencies</title>
|
|
|
|
<para><command>kcron</command> requires a cron implementation, such as
|
|
Vixie Cron, at run time. It is not compatible with <xref linkend="fcron"/>.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Kdeadmin</title>
|
|
|
|
<para>Install <application>kdeadmin</application> with:</para>
|
|
|
|
<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
|
|
--disable-dependency-tracking &&
|
|
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>kcron, kdat, kpackage, ksysv, and kuser</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="kcron">
|
|
<term><command>kcron</command></term>
|
|
<listitem>
|
|
<para>is a task scheduler.</para>
|
|
<indexterm zone="kdeadmin kcron">
|
|
<primary sortas="b-kcron">kcron</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="kdat">
|
|
<term><command>kdat</command></term>
|
|
<listitem>
|
|
<para>is a tar-based tape archiver.</para>
|
|
<indexterm zone="kdeadmin kdat">
|
|
<primary sortas="b-kdat">kdat</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="kpackage">
|
|
<term><command>kpackage</command></term>
|
|
<listitem>
|
|
<para>is a package manager.</para>
|
|
<indexterm zone="kdeadmin kpackage">
|
|
<primary sortas="b-kpackage">kpackage</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="ksysv">
|
|
<term><command>ksysv</command></term>
|
|
<listitem>
|
|
<para>is a Sys V-Init editor.</para>
|
|
<indexterm zone="kdeadmin ksysv">
|
|
<primary sortas="b-ksysv">ksysv</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="kuser">
|
|
<term><command>kuser</command></term>
|
|
<listitem>
|
|
<para>is a graphical user manager.</para>
|
|
<indexterm zone="kdeadmin kuser">
|
|
<primary sortas="b-kuser">kuser</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|