.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "DEBCONF 7cdebconf" .TH DEBCONF 7cdebconf Debconf "perl v5.38.2" Debconf .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME debconf \- run a debconf\-using program .SH SYNOPSIS .IX Header "SYNOPSIS" .Vb 1 \& debconf [options] command [args] .Ve .SH DESCRIPTION .IX Header "DESCRIPTION" Debconf is a configuration system for Debian packages. For a debconf overview and documentation for sysadmins, see \fBdebconf\fR\|(7). .PP The \fBdebconf\fR program runs a program under debconf's control, setting it up to talk with debconf on stdio. The program's output is expected to be debconf protocol commands, and it is expected to read result codes on stdin. See \&\fBdebconf\-devel\fR\|(7) for details about the debconf protocol. .SH OPTIONS .IX Header "OPTIONS" .IP "\fB\-o\fR\fIpackage\fR, \fB\-\-owner=\fR\fIpackage\fR" 4 .IX Item "-opackage, --owner=package" Tell debconf what package the command it is running is a part of. This is necessary to get ownership of registered questions right, and to support unregister and purge commands properly. .IP "\fB\-f\fR\fItype\fR, \fB\-\-frontend=\fR\fItype\fR" 4 .IX Item "-ftype, --frontend=type" Select the frontend to use. .IP "\fB\-p\fR\fIvalue\fR, \fB\-\-priority=\fR\fIvalue\fR" 4 .IX Item "-pvalue, --priority=value" Specify the minimum priority of question that will be displayed. .IP "\fB\-s\fR, \fB\-\-showold\fR" 4 .IX Item "-s, --showold" Redisplay old, already seen questions. .SH EXAMPLES .IX Header "EXAMPLES" To debug a shell script that uses debconf, you might use: .PP .Vb 1 \& DEBCONF_DEBUG=developer debconf my\-shell\-prog .Ve .PP Or, you might use this: .PP .Vb 1 \& debconf \-\-frontend=readline sh \-x my\-shell\-prog .Ve .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBdebconf\-devel\fR\|(7), \fBdebconf\fR\|(7) .SH AUTHOR .IX Header "AUTHOR" Joey Hess .SH HISTORY .IX Header "HISTORY" This manpage was "borrowed" from debconf.