FS#705 - gconf creates a /1 file in the post install
Attached to Project:
Arch Linux
Opened by Jason Chu (jason) - Wednesday, 07 April 2004, 19:16 GMT
Last edited by Dale Blount (dale) - Wednesday, 07 April 2004, 19:17 GMT
Opened by Jason Chu (jason) - Wednesday, 07 April 2004, 19:16 GMT
Last edited by Dale Blount (dale) - Wednesday, 07 April 2004, 19:17 GMT
|
Details
The line is 'ldconfig &>1 > /dev/null' when it
should be 'ldconfig 2&>1 > /dev/null'.
|
This task depends upon
ldconfig 2>&1 >/dev/null