diff options
Diffstat (limited to 'perl-install/run_program.pm')
-rw-r--r-- | perl-install/run_program.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/run_program.pm b/perl-install/run_program.pm index 9bba5f0a1..f323bace6 100644 --- a/perl-install/run_program.pm +++ b/perl-install/run_program.pm @@ -168,7 +168,7 @@ Runs $name with @args parameters. $options is a hash ref that can contains: =item * B<chdir>: $name will be run in a different default directory -=item * B<setuid>: contains a getpwnam(3) struct ; $name will be with droped privileges ; +=item * B<setuid>: a UID; $name will be with droped privileges ; make sure environment is set right and keep a copy of the X11 cookie =item * B<timeout>: execution of $name will be aborted after C<timeout> seconds |