• Publicity: Public Only All

proxy-procs.tcl

Proxy procs

Location:
packages/acs-tcl/tcl/proxy-procs.tcl
Created:
2007-09-17
Author:
Malte Sussdorff, Gustaf Neumann

Procedures in this file

Detailed information

exec (public)

 exec [ -ignorestderr ] [ -- - ] [ args... ]

This is the wrapped version of exec

Switches:
-ignorestderr (optional, boolean)
-- (optional)

Testcases:
acs_admin_check_expired_certificates

proxy::exec (public)

 proxy::exec -call call [ -cd cd ] [ -ignorestderr ]

Execute the statement in a proxy instead of normal exec

Switches:
-call (required)
Call which is passed to the "exec" command
-cd (optional)
Change to the given directory before executing the command
-ignorestderr (optional, boolean)
Boolean value to indicate, whether the stderr output of the exec'ed command should be ignored.

Testcases:
No testcase defined.
[ show source ]