Package: libnet-perl
Version: 1.19-3
Severity: important
I get a conffile prompt dist-upgrading a testing machine; the changes
aren't mine, thus I should't be prompted. Please refer to my other
bugs about this problem, such as #335276.
Included is the diff with which I was presented.
--- /etc/libnet.cfg 2005-04-10 12:43:47.000000000 -0400
+++ /etc/libnet.cfg.dpkg-dist 2005-12-25 08:35:43.000000000 -0500
@@ -1,15 +1,14 @@
{
- nntp_hosts => [ qw {news} ],
- snpp_hosts => [ qw {} ],
- pop3_hosts => [ qw {pop} ],
- smtp_hosts => [ qw {mailhost} ],
- ph_hosts => [ qw {} ],
- daytime_hosts => [ qw {} ],
- time_hosts => [ qw {} ],
- inet_domain => qq {},
- ftp_firewall => qq {},
- ftp_firewall_type => qq {0},
- ftp_ext_passive => 0,
- ftp_int_passive => 1,
- local_netmask => qq {},
+ 'ftp_int_passive' => 0,
+ 'snpp_hosts' => [],
+ 'inet_domain' => undef,
+ 'test_exist' => 1,
+ 'ftp_testhost' => undef,
+ 'daytime_hosts' => [],
+ 'ph_hosts' => [],
+ 'time_hosts' => [],
+ 'smtp_hosts' => [],
+ 'test_hosts' => 1,
+ 'nntp_hosts' => [],
+ 'pop3_hosts' => [],
}