| … | |
… | |
| 6 | |
6 | |
| 7 | Do not give an access violation if the access() system call do not have |
7 | Do not give an access violation if the access() system call do not have |
| 8 | write/read access - it does not actually modify, so we only need to return |
8 | write/read access - it does not actually modify, so we only need to return |
| 9 | not being able to write/read. Noted by Andres Loeh <kosmikus@gentoo.org>, |
9 | not being able to write/read. Noted by Andres Loeh <kosmikus@gentoo.org>, |
| 10 | bug #101433. |
10 | bug #101433. |
|
|
11 | |
|
|
12 | If we are called from the command line, do not care about PORTAGE_TMPDIR, |
|
|
13 | and make the current directory the work directory. Also rename the variable |
|
|
14 | portage_tmp_dir to work_dir. |
| 11 | |
15 | |
| 12 | 01 Aug 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
16 | 01 Aug 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
| 13 | |
17 | |
| 14 | Still do normal log if debugging is requested. |
18 | Still do normal log if debugging is requested. |
| 15 | |
19 | |