Help on 'configure'                                             Feta 1.4.0
--------------------------------------------------------------------------

The 'configure' command runs, or reruns, the configuration scripts for
packages. These scripts generally ask questions about your computer,
such as what kind of hardware you have for the X packages, or the name
of a mail server for a mail transfer agent.

EXAMPLES
--------
To reconfigure the ssh package:
 # feta configure ssh

To configure all packages that are currently unconfigured:
 # feta configure

To configure all the packages that can be configured using the 'debconf'
system:
 # feta configure --all

OTHER REFERENCES
----------------
'feta configure [package]' runs 'dpkg-reconfigure [package]'. See
dpkg-reconfigure(8) for more information on debconf, the program many
Debian packages use for configuration. 'feta configure' runs
'dpkg --configure -a'; see dpkg(8) for more information on it.

--------------------------------------------------------------------------
Help on 'configure'                                             Feta 1.4.0
