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

/solaris-userland-s11u3/components/php-5_3/Solaris/
H A Dconfigure-sun-webserver334 my $objConfFile = shift;
338 return undef unless ($objConfFile);
339 if ((not -f $objConfFile or ref($pContents) != "ARRAY")) {
343 my $tmpObjConfFile = "$objConfFile"."tmp";
398 print "UPDATED: $objConfFile \n";
400 unlink("$objConfFile");
401 rename("$tmpObjConfFile", "$objConfFile");
402 chmod(0600, "$objConfFile");
525 my $objConfFile = pop(@$OBJ_CONF_FILES);
529 if (defined isValidFile($objConfFile))
[all...]

Completed in 11 milliseconds