File: libnet.cfg

package info (click to toggle)
perl 5.40.1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 126,156 kB
  • sloc: ansic: 668,539; perl: 525,522; sh: 72,038; pascal: 6,925; xml: 2,428; yacc: 1,410; makefile: 1,191; cpp: 208; lisp: 1
file content (21 lines) | stat: -rw-r--r-- 611 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 {},
}