From cf9383412494964d6188fcf08a362c0c0f313afc Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Tue, 26 Nov 2019 14:11:14 +0300 Subject: Import perl (5.30.0-9) --- debian/libnet.cfg | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 debian/libnet.cfg (limited to 'debian/libnet.cfg') diff --git a/debian/libnet.cfg b/debian/libnet.cfg new file mode 100644 index 0000000..2936582 --- /dev/null +++ b/debian/libnet.cfg @@ -0,0 +1,21 @@ +# Prior to perl 5.8.8-7, libnet was a seperate package with a debconf +# configuration managed config in /etc/libnet.cfg which is used if +# present. Remove the following line, or the old file before making +# changes below. +return do '/etc/libnet.cfg' if -f '/etc/libnet.cfg'; + +{ + nntp_hosts => [ qw {} ], + snpp_hosts => [ qw {} ], + pop3_hosts => [ qw {} ], + smtp_hosts => [ qw {} ], + ph_hosts => [ qw {} ], + daytime_hosts => [ qw {} ], + time_hosts => [ qw {} ], + inet_domain => undef, + ftp_firewall => qq {}, + ftp_firewall_type => qq {}, + ftp_ext_passive => 0, + ftp_int_passive => 0, + local_netmask => qq {}, +} -- cgit v1.2.3