source: admin.xml@ acf7e2c

basic
Last change on this file since acf7e2c was e1100da, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Initial commit of basic branch

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/basic@20509 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 1.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE chapter 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 xinclude "http://www.w3.org/2001/XInclude">
8]>
9
10<!--
11$LastChangedBy$
12$Date$
13-->
14
15<chapter id="admin" xreflabel="Administration Tools">
16 <?dbhtml filename="admin.html"?>
17
18 <title>Administration Tools</title>
19
20 <para>These programs are useful for system administration on most systems.</para>
21
22 <xi:include xmlns:xi="&xinclude;" href="general/sysutils/fcron.xml"/>
23 <xi:include xmlns:xi="&xinclude;" href="general/sysutils/gpm.xml"/>
24 <xi:include xmlns:xi="&xinclude;" href="general/sysutils/logrotate.xml"/>
25 <xi:include xmlns:xi="&xinclude;" href="general/sysutils/hdparm.xml"/>
26 <xi:include xmlns:xi="&xinclude;" href="general/sysutils/pciutils.xml"/>
27 <xi:include xmlns:xi="&xinclude;" href="general/sysutils/usbutils.xml"/>
28 <xi:include xmlns:xi="&xinclude;" href="networking/connect/dhcpcd.xml"/>
29 <xi:include xmlns:xi="&xinclude;" href="networking/netutils/bind-utils.xml"/>
30 <xi:include xmlns:xi="&xinclude;" href="networking/netprogs/net-tools.xml"/>
31 <xi:include xmlns:xi="&xinclude;" href="networking/netprogs/ntp.xml"/>
32 <xi:include xmlns:xi="&xinclude;" href="networking/netprogs/rsync.xml"/>
33 <xi:include xmlns:xi="&xinclude;" href="networking/netprogs/wireless-tools.xml"/>
34 <xi:include xmlns:xi="&xinclude;" href="networking/netprogs/wpa_supplicant.xml"/>
35 <xi:include xmlns:xi="&xinclude;" href="networking/netutils/traceroute.xml"/>
36 <xi:include xmlns:xi="&xinclude;" href="server/mail/postfix.xml"/>
37
38<!--
39
40 net-tools-cvs_20101030
41 ntp-4.2.8p12
42 rsync-3.1.3
43 wireless tools-29
44 wpa_supplicant-2.6
45 traceroute-2.1.0
46 postfix-3.3.1
47
48
49
50-->
51
52</chapter>
Note: See TracBrowser for help on using the repository browser.