Searched refs:hostsfile (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/unbound/dist/contrib/
H A Dbuild-unbound-localzone-from-hosts.pl6 my $hostsfile = '/etc/hosts';
11 open( HOSTS,"<${hostsfile}" ) or die( "Could not open ${hostsfile}: $!" );
/netbsd-current/external/bsd/ntp/dist/scripts/ntpsweep/
H A Dntpsweep.in45 my $hostsfile = shift;
55 @hosts = read_hosts($hostsfile) if $hostsfile;
82 my ($hostsfile) = @_;
85 open my $hosts, $hostsfile
86 or die "$program: FATAL: unable to read $hostsfile: $!\n";

Completed in 188 milliseconds