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

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/mantools/
H A Dspecmiss5 die "Usage: $0 protofile [filename...]\n"
6 unless $protofile = shift(@ARGV);
10 open(POSTCONF, $protofile) || die " cannot open $protofile: $!\n";
H A Dxpostconf7 # Usage: xpostconf [options] protofile [parameter...]
34 die "Usage: $0 [-bcpv] [-s specfile] protofile [parameter...]\n"
35 unless $protofile = shift(@ARGV);
57 open(POSTCONF, $protofile) || die " cannot open $protofile: $!\n";
H A Dfixman30 die "Usage: $0 [-fv] protofile [sourcefile...]
33 unless $protofile = shift(@ARGV);
124 open(POSTCONF, $protofile) || die " cannot open $protofile: $!\n";

Completed in 55 milliseconds