File: configure

package info (click to toggle)
feta 1.4.15%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 444 kB
  • ctags: 85
  • sloc: perl: 1,200; sh: 194; makefile: 55
file content (29 lines) | stat: -rw-r--r-- 1,109 bytes parent folder | download | duplicates (3)
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
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