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 | <!ENTITY kdeadmin-download-http "&trinity-repo-http;/kdeadmin-&trinity-version;.tar.gz">
|
---|
7 | <!ENTITY kdeadmin-download-ftp "&trinity-repo-ftp;/kdeadmin-&trinity-version;.tar.gz">
|
---|
8 | <!ENTITY kdeadmin-md5sum "b8bbabf353070a3e730464e0ce2960e2">
|
---|
9 | <!ENTITY kdeadmin-size "1.9 MB">
|
---|
10 | <!ENTITY kdeadmin-buildsize "132 MB">
|
---|
11 | <!ENTITY kdeadmin-time "1.4 SBU">
|
---|
12 | ]>
|
---|
13 |
|
---|
14 | <sect1 id="kdeadmin">
|
---|
15 | <?dbhtml filename="kdeadmin.html"?>
|
---|
16 |
|
---|
17 | <sect1info>
|
---|
18 | <othername>$LastChangedBy$</othername>
|
---|
19 | <date>$Date$</date>
|
---|
20 | </sect1info>
|
---|
21 |
|
---|
22 | <title>Kdeadmin-&trinity-version;</title>
|
---|
23 |
|
---|
24 | <indexterm zone="kdeadmin">
|
---|
25 | <primary sortas="a-kdeadmin">Kdeadmin</primary>
|
---|
26 | </indexterm>
|
---|
27 |
|
---|
28 | <sect2 role="package">
|
---|
29 | <title>Introduction to Kdeadmin</title>
|
---|
30 |
|
---|
31 | <para><application>Kdeadmin</application> provides several
|
---|
32 | <application>KDE</application> clients useful for managing a system.
|
---|
33 | Clients include programs for managing users, initialization files, cron,
|
---|
34 | and network connections.</para>
|
---|
35 |
|
---|
36 | &lfs70_checked;
|
---|
37 |
|
---|
38 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
39 | <itemizedlist spacing='compact'>
|
---|
40 | <listitem>
|
---|
41 | <para>Download (HTTP): <ulink url="&kdeadmin-download-http;"/></para>
|
---|
42 | </listitem>
|
---|
43 | <listitem>
|
---|
44 | <para>Download (FTP): <ulink url="&kdeadmin-download-ftp;"/></para>
|
---|
45 | </listitem>
|
---|
46 | <listitem>
|
---|
47 | <para>Download MD5 sum: &kdeadmin-md5sum;</para>
|
---|
48 | </listitem>
|
---|
49 | <listitem>
|
---|
50 | <para>Download size: &kdeadmin-size;</para>
|
---|
51 | </listitem>
|
---|
52 | <listitem>
|
---|
53 | <para>Estimated disk space required: &kdeadmin-buildsize;</para>
|
---|
54 | </listitem>
|
---|
55 | <listitem>
|
---|
56 | <para>Estimated build time: &kdeadmin-time;</para>
|
---|
57 | </listitem>
|
---|
58 | </itemizedlist>
|
---|
59 |
|
---|
60 | <bridgehead renderas="sect3">Kdeadmin Dependencies</bridgehead>
|
---|
61 |
|
---|
62 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
63 | <para role="required">
|
---|
64 | <xref linkend="kdebase"/>
|
---|
65 | </para>
|
---|
66 |
|
---|
67 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
68 | <para role="recommended">
|
---|
69 | <xref linkend="libjpeg"/> and
|
---|
70 | <xref linkend="libxml2"/>
|
---|
71 | </para>
|
---|
72 |
|
---|
73 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
74 | <para role="optional">
|
---|
75 | <xref linkend="linux-pam"/> and
|
---|
76 | <ulink url="http://lilo.go.dyndns.org/">LILO</ulink>
|
---|
77 | </para>
|
---|
78 |
|
---|
79 | <para condition="html" role="usernotes">User Notes:
|
---|
80 | <ulink url="&blfs-wiki;/kdeadmin"/></para>
|
---|
81 |
|
---|
82 | </sect2>
|
---|
83 |
|
---|
84 | <sect2 id="kdeadmin-runtime-dependencies"
|
---|
85 | xreflabel="KDE Admin Runtime Dependencies">
|
---|
86 | <title>Run-Time Dependencies</title>
|
---|
87 |
|
---|
88 | <para><command>kcron</command> requires a cron implementation, such as
|
---|
89 | Vixie Cron, at run time. It is not compatible with <xref linkend="fcron"/>.</para>
|
---|
90 |
|
---|
91 | </sect2>
|
---|
92 |
|
---|
93 | <sect2 role="installation">
|
---|
94 | <title>Installation of Kdeadmin</title>
|
---|
95 |
|
---|
96 | <para>Install <application>kdeadmin</application> with:</para>
|
---|
97 |
|
---|
98 | <screen><userinput>cp -v /usr/share/aclocal/libtool.m4 admin/libtool.m4.in &&
|
---|
99 | cp -v /usr/share/libtool/config/ltmain.sh admin/ltmain.sh &&
|
---|
100 | sed -i -e "s@/usr/include/tqt@$TRINITY_PREFIX/include/tqt@" \
|
---|
101 | admin/acinclude.m4.in &&
|
---|
102 | make -f admin/Makefile.common &&
|
---|
103 |
|
---|
104 | ./configure --prefix=$TRINITY_PREFIX \
|
---|
105 | --enable-closure \
|
---|
106 | --sysconfdir=/etc \
|
---|
107 | --localstatedir=/var \
|
---|
108 | --with-extra-libs=$TRINITY_PREFIX/lib &&
|
---|
109 |
|
---|
110 | make</userinput></screen>
|
---|
111 |
|
---|
112 | <para>This package does not come with a test suite.</para>
|
---|
113 |
|
---|
114 | <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
---|
115 |
|
---|
116 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
117 |
|
---|
118 | </sect2>
|
---|
119 |
|
---|
120 | <sect2 role="commands">
|
---|
121 | <title>Command Explanations</title>
|
---|
122 |
|
---|
123 | <para><command>cp -v /usr/share/... admin/...</command>:
|
---|
124 | Ensure the .m4 files are consistent with the current autotools version.</para>
|
---|
125 |
|
---|
126 | <para><command>sed ... admin/acinclude.m4.in</command>:
|
---|
127 | Update the paths to the Trinity libraries.</para>
|
---|
128 |
|
---|
129 | <para><command>make -f admin/Makefile.common</command>: Create the configure
|
---|
130 | script.</para>
|
---|
131 |
|
---|
132 | <para><parameter>--with-extra-libs=$TRINITY_PREFIX/lib</parameter>: This
|
---|
133 | option ensure the Trinity libraries are found in the
|
---|
134 | <filename>Makefile</filename>s.</para>
|
---|
135 |
|
---|
136 | </sect2>
|
---|
137 |
|
---|
138 | <sect2 role="content">
|
---|
139 | <title>Contents</title>
|
---|
140 |
|
---|
141 | <segmentedlist>
|
---|
142 | <segtitle>Installed Programs</segtitle>
|
---|
143 | <segtitle>Installed Libraries</segtitle>
|
---|
144 | <segtitle>Installed Directories</segtitle>
|
---|
145 |
|
---|
146 | <seglistitem>
|
---|
147 | <seg>kcron, kdat, kpackage, ksysv, kuser, and secpolicy</seg>
|
---|
148 | <seg>kcm_knetworkconfmodule.so, kfile_deb.so, and kfile_rpm.so</seg>
|
---|
149 | <seg>$TRINITY_PREFIX/lib/trinity</seg>
|
---|
150 | </seglistitem>
|
---|
151 | </segmentedlist>
|
---|
152 |
|
---|
153 | <variablelist>
|
---|
154 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
155 | <?dbfo list-presentation="list"?>
|
---|
156 | <?dbhtml list-presentation="table"?>
|
---|
157 |
|
---|
158 | <varlistentry id="kcron">
|
---|
159 | <term><command>kcron</command></term>
|
---|
160 | <listitem>
|
---|
161 | <para>is a task scheduler.</para>
|
---|
162 | <indexterm zone="kdeadmin kcron">
|
---|
163 | <primary sortas="b-kcron">kcron</primary>
|
---|
164 | </indexterm>
|
---|
165 | </listitem>
|
---|
166 | </varlistentry>
|
---|
167 |
|
---|
168 | <varlistentry id="kdat">
|
---|
169 | <term><command>kdat</command></term>
|
---|
170 | <listitem>
|
---|
171 | <para>is a tar-based tape archiver.</para>
|
---|
172 | <indexterm zone="kdeadmin kdat">
|
---|
173 | <primary sortas="b-kdat">kdat</primary>
|
---|
174 | </indexterm>
|
---|
175 | </listitem>
|
---|
176 | </varlistentry>
|
---|
177 |
|
---|
178 | <varlistentry id="kpackage">
|
---|
179 | <term><command>kpackage</command></term>
|
---|
180 | <listitem>
|
---|
181 | <para>is a package manager.</para>
|
---|
182 | <indexterm zone="kdeadmin kpackage">
|
---|
183 | <primary sortas="b-kpackage">kpackage</primary>
|
---|
184 | </indexterm>
|
---|
185 | </listitem>
|
---|
186 | </varlistentry>
|
---|
187 |
|
---|
188 | <varlistentry id="ksysv">
|
---|
189 | <term><command>ksysv</command></term>
|
---|
190 | <listitem>
|
---|
191 | <para>is a Sys V-Init editor.</para>
|
---|
192 | <indexterm zone="kdeadmin ksysv">
|
---|
193 | <primary sortas="b-ksysv">ksysv</primary>
|
---|
194 | </indexterm>
|
---|
195 | </listitem>
|
---|
196 | </varlistentry>
|
---|
197 |
|
---|
198 | <varlistentry id="kuser">
|
---|
199 | <term><command>kuser</command></term>
|
---|
200 | <listitem>
|
---|
201 | <para>is a graphical user manager.</para>
|
---|
202 | <indexterm zone="kdeadmin kuser">
|
---|
203 | <primary sortas="b-kuser">kuser</primary>
|
---|
204 | </indexterm>
|
---|
205 | </listitem>
|
---|
206 | </varlistentry>
|
---|
207 |
|
---|
208 | </variablelist>
|
---|
209 |
|
---|
210 | </sect2>
|
---|
211 |
|
---|
212 | </sect1>
|
---|