apm_system_paths (private)
apm_system_paths
Defined in packages/acs-tcl/tcl/apm-file-procs.tcl
- Returns:
- a list of acceptable system paths to search for executables in.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: set paths [parameter::get -package_id [ad_acs_kernel_id] -parameter SystemCommandPaths] if {$paths eq ""} { return [list "/usr/local/bin" "/usr/bin" "/bin" "/usr/sbin" "/sbin" "/usr/sbin"] } else { return $paths }Generic XQL file: packages/acs-tcl/tcl/apm-file-procs.xql
PostgreSQL XQL file: packages/acs-tcl/tcl/apm-file-procs-postgresql.xql
Oracle XQL file: packages/acs-tcl/tcl/apm-file-procs-oracle.xql