1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN"
[
<!ENTITY % progeny-entity SYSTEM "../doctools/progeny.ent">
%progeny-entity;
]>
<!-- $Progeny: configlets-text.refentry,v 1.3 2002/02/12 16:44:39 epg Exp $ -->
<refentry>
<refentryinfo>
<authorgroup>
<author>
<firstname>Jeff</firstname>
<surname>Licquia</surname>
</author>
</authorgroup>
<copyright>
<year>2002</year>
<year>2001</year>
<holder>Progeny Linux Systems, Inc.</holder>
</copyright>
<date>2002-01-14</date>
</refentryinfo>
<refmeta>
<refentrytitle>CONFIGLETS-TEXT</refentrytitle>
<manvolnum>1</manvolnum>
</refmeta>
<refnamediv>
<refname>configlets-text</refname>
<refpurpose>Script that calls debconf to configure all packages touched
by a configlet.</refpurpose>
</refnamediv>
<refsect1>
<title>DESCRIPTION</title>
<para>
This script queries all of the configlets in
<filename>/usr/share/configlets</filename> for the packages they
configure, and reconfigures them via debconf.
</para>
</refsect1>
<refsect1>
<title>AUTHOR</title>
<para>
Eric Gillespie, Jr. <<email>epg@progeny.com</email>>
</para>
</refsect1>
</refentry>
|