Home | History | Annotate | Download | only in mantools

Lines Matching refs:POSTCONF

4 # order to build the postconf raw data file from which everything
7 $POSTCONF="postconf";
11 # that shows the default, since we will use postconf output to supply
37 # a list of all the parameters that postconf knows about.
39 open(POSTCONF, "$POSTCONF -d|") || die "cannot run $POSTCONF: !$\n";
40 while(<POSTCONF>) {
45 warn "unexpected $POSTCONF output: $_\n";
48 close(POSTCONF) || die "$POSTCONF failed: $!\n";