_acs_tcl__acs_tcl_external_dependencies_helper (private)

 _acs_tcl__acs_tcl_external_dependencies_helper

Defined in packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl

Partial Call Graph (max 5 caller/called nodes):
%3 apm_gzip_cmd apm_gzip_cmd (public) apm_tar_cmd apm_tar_cmd (public) db_get_pgbin db_get_pgbin (public) db_name db_name (public) image::convert_binary image::convert_binary (public) _acs_tcl__acs_tcl_external_dependencies_helper _acs_tcl__acs_tcl_external_dependencies_helper _acs_tcl__acs_tcl_external_dependencies_helper->apm_gzip_cmd _acs_tcl__acs_tcl_external_dependencies_helper->apm_tar_cmd _acs_tcl__acs_tcl_external_dependencies_helper->db_get_pgbin _acs_tcl__acs_tcl_external_dependencies_helper->db_name _acs_tcl__acs_tcl_external_dependencies_helper->image::convert_binary

Testcases:
No testcase defined.
Source code:
    lappend required  [apm_gzip_cmd]  [apm_tar_cmd]  [image::identify_binary]  [image::convert_binary]  convert  curl  egrep  file  gzip  identify  tar

    lappend optional  [parameter::get -parameter "HtmlDocBin" -default "htmldoc"]  aspell  clamdscan  date  diff  dot  find  hostname  ispell  openssl  pdfinfo  qrencode  tail  tesseract  tidy  uptime  xargs  zdump

    if {[db_name] eq "PostgreSQL"} {
        #
        # On a Posgtgres-enabled installation, we also want psql.
        #
        lappend required [file join [db_get_pgbin] psql]
    }
    return [list required $required optional $optional]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: