Lines Matching refs:astemp
43 local($astemp) = $rootetc . "asppp.temp.cf";
891 if (-e $astemp) {
892 die "$astemp is not a file\n" unless -f $asfile;
893 unlink $astemp || die "Cannot remove temporary $astemp: $!\n";
900 rename $asfile, $astemp || die "Cannot rename existing $asfile: $!\n";
905 unlink $astemp || warn "$astemp: $!\n" if $intemp;
908 rename $astemp, $asfile ||
910 "Saved current asppp.cf in $astemp\n"
1603 if $aspppcf ne $astemp;