tags 228365 patch thanks The note used by nfs-common shows up during all minimum installs made with the new Debian Installer.
A great care has been used for minimizing the amount of questions asked to users during system installation, so we really need to drop this note when running at high and even medium priority. debconf-devel(7) man page clearly states that such notes should either go to README.Debian files (I'm not completely in favour of this because l10n of these files is not really operational) or be of "low" priority. Please apply the attached patch before sarge release. --
diff -Nru nfs-utils-1.0.6.ori/debian/nfs-common.config nfs-utils-1.0.6/debian/nfs-common.config --- nfs-utils-1.0.6.ori/debian/nfs-common.config 2004-03-17 16:53:06.000000000 +0100 +++ nfs-utils-1.0.6/debian/nfs-common.config 2004-03-17 16:53:44.000000000 +0100 @@ -4,7 +4,7 @@ if egrep -q 'ALL|[0-9]\.' /etc/hosts.deny then - db_input high nfs-common/tcpwrappers-statd || true + db_input low nfs-common/tcpwrappers-statd || true fi db_go

