On Tuesday 20 November 2001 01:00 pm, Stan Brown wrote:
> How can I force debain to re-offer me the install time config options for
> this package?
dpkg --configure sendmail
>From the dpkg man page:
dpkg --configure package ... | -a | --pending
Reconfigure an unpacked package. If -a or --pending is given
instead of package, all unpacked but unconfigured packages are
configured.