Re: Confused by the different handling of debconf questions when using dpkg-reconfigure
Thomas Goirand <[email protected]>
| Newsgroups | gmane.linux.debian.user.isp |
|---|---|
| Message-ID | <1310463827.3509.2.camel@Nokia-N900-42-11> |
----- Original message ----- > Hello > I notice that when I install postfix, it asks me then a couple of > questions using debconf, and create then a default configuration file > using my answers. > > If I call now `dpkg-reconfigure postfix` debconf asks me the same > questions PLUS a bunch of new questions which I did not have in the > first in the first place. I find it confusing. > > Is i a bug, a feature, am I missing something ? > > Manu That's because of the debconf priority level. Do: dpkg-reconfigure debconf and you can set the debconf priority to low to have all the questions, always. Note that Debconf can also be set to non-interactive mode... So there's no bugs here!!! Thomas