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

/httpd/support/
H A Dapxs.in39 my $CFG_SYSCONFDIR = get_vars("sysconfdir");
553 if (not -f "$CFG_SYSCONFDIR/$CFG_TARGET.conf") {
554 error("Config file $CFG_SYSCONFDIR/$CFG_TARGET.conf not found");
558 open(FP, "<$CFG_SYSCONFDIR/$CFG_TARGET.conf") || die;
563 error("Activation failed for custom $CFG_SYSCONFDIR/$CFG_TARGET.conf file.");
642 notice("[$what module `$1' in $CFG_SYSCONFDIR/$CFG_TARGET.conf]");
645 if (open(FP, ">$CFG_SYSCONFDIR/$CFG_TARGET.conf.new")) {
648 system("cp $CFG_SYSCONFDIR/$CFG_TARGET.conf $CFG_SYSCONFDIR/$CFG_TARGET.conf.bak && " .
649 "cp $CFG_SYSCONFDIR/
[all...]

Completed in 1092 milliseconds