File: README

package info (click to toggle)
configure-debian 1.0.2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 184 kB
  • ctags: 5
  • sloc: perl: 232; makefile: 48; sh: 40
file content (15 lines) | stat: -rw-r--r-- 869 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
This program is meant to be a simple frontend to the dpkg-reconfigure
program. Many new users who do not know about this program are unaware
of how to return to the debconf configuration seen during package
install. Others who do know about it often forget or do not know the
package name of the program they want to reconfigure. This program is
meant to address both of those issues.

Note that this is not meant to be a complete configuration system!
Debconf is a purposely simple system, and is not meant to solve all
configuration needs. Still, it is very flexible and can accomplish a
lot with relative ease. The advantage to using it rather than a tool
such as linuxconf is that the distributed nature of debian allows
package maintainers to write their own configuration scripts specially
tailored to both the program that they know very well and Debian
itself.