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

/netbsd-current/external/mpl/dhcp/dist/contrib/ldap/
H A Ddhcpd-conf-to-ldap35 my $i_conf = ''; # dhcp.conf file to read or stdin
641 'conf=s' => \$i_conf,
681 if($i_conf ne "" and -f $i_conf)
683 if(not open(STDIN, '<', $i_conf))
685 print STDERR "Error: can't open conf file '$i_conf': $!\n";
796 close(STDIN) if($i_conf);

Completed in 173 milliseconds