HomeSort by: relevance | last modified time | path
    Searched refs:protofile (Results 1 - 3 of 3) sorted by relevancy

  /src/external/ibm-public/postfix/dist/mantools/
specmiss 5 die "Usage: $0 protofile [filename...]\n"
6 unless $protofile = shift(@ARGV);
10 open(POSTCONF, $protofile) || die " cannot open $protofile: $!\n";
xpostconf 7 # 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";
fixman 30 die "Usage: $0 [-fv] protofile [sourcefile...]
33 unless $protofile = shift(@ARGV);
128 open(POSTCONF, $protofile) || die " cannot open $protofile: $!\n";

Completed in 26 milliseconds