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
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To arjan timmerman (blaasvis)
Architecture not specified
Severity Very Low
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

The line is 'ldconfig &>1 > /dev/null' when it should be 'ldconfig 2&>1 > /dev/null'.
This task depends upon

Closed by  arjan timmerman (blaasvis)
Saturday, 10 April 2004, 14:13 GMT
Reason for closing:  Fixed
Comment by Judd Vinet (judd) - Wednesday, 07 April 2004, 22:43 GMT
actually, it should be:

ldconfig 2>&1 >/dev/null

Loading...