summaryrefslogtreecommitdiffstats
path: root/perl-install/run_program.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* (raw): new function allowing special options like {timeout}Pascal Rigaux2002-08-061-3/+22
|
* - fix $ENV{HOME} value to '/root' if usermode break itDamien Chaumette2002-07-311-1/+1
|
* fix rooted() when chrooted and saving the result in a perl variablePascal Rigaux2002-07-291-4/+4
|
* (rooted_get_stdout): handle one line return using wantarrayPascal Rigaux2002-07-261-1/+1
|
* - also give the ability to redirect to an array refPascal Rigaux2002-07-261-2/+17
| | | | | - add rooted_get_stdout which is alike ``
* add 2 functionalities to run_program:Pascal Rigaux2002-07-261-12/+28
| | | | | | | | | | - run_program::run(prog, '>', 'STDOUT', ...) run_program::run(prog, '2>', 'STDERR, ...) which will run with verbatim stdout or stderr - run_program::run(prog, '>', \$s, ...) run_program::run(prog, '2>', \$s, ...) which will return the stdout (resp. stderr) of the program in $s
* remove assigning STDIN to /dev/null since:Pascal Rigaux2002-02-151-2/+0
| | | | | | - programs should not use STDIN - the "postInstall" script for auto_install's is more happy still having the STDIN.
* changed exit code of failed exec in rooted to 128 instead of 1 (may clash withFrancois Pons2001-07-121-2/+2
| | | | | exit code of fsck else).
* (rooted): don't call install_any::check_prog if rootedPascal Rigaux2001-04-111-1/+1
|
* in install, call install_any::check_prog to allow shadow progs which arePascal Rigaux2001-04-111-0/+1
| | | | | fetched when needed via getFile
* (run_or_die, rooted_or_die): createdPascal Rigaux2001-03-031-1/+9
|
* no_commentPascal Rigaux2000-09-221-2/+2
|
* no_commentPascal Rigaux2000-09-141-1/+1
|
* no_commentPascal Rigaux2000-06-071-2/+2
|
* no_commentPascal Rigaux2000-06-031-2/+2
|
* no_commentPascal Rigaux2000-04-171-2/+2
|
* no_commentPascal Rigaux1999-12-071-1/+4
|
* no_commentPascal Rigaux1999-11-241-2/+2
|
* no_commentPascal Rigaux1999-10-251-0/+3
|
* no_commentPascal Rigaux1999-09-271-3/+9
|
* no_commentPascal Rigaux1999-09-191-1/+1
|
* no_commentPascal Rigaux1999-09-191-2/+9
|
* *** empty log message ***pad1999-09-141-5/+14
|
* no_commentPascal Rigaux1999-08-121-1/+1
|
* no_commentPascal Rigaux1999-08-121-1/+4
|
* no_commentPascal Rigaux1999-08-121-1/+1
|
* no_commentPascal Rigaux1999-07-301-1/+1
|
* *** empty log message ***Pascal Rigaux1999-07-081-2/+2
|
* "See_The_Changelog"Chmouel Boudjnah1999-07-011-0/+30