dskvr / opkg

Automatically exported from code.google.com/p/opkg
0 stars 0 forks source link

Opkg does not remove temporary files #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install or remove any packet.
2. ls -l /tmp
3.

What is the expected output? What do you see instead?
Temporary files should be removed at opkg exit.

What version of the product are you using? On what operating system?
SVN snapshot r503

Please provide any additional information below.
Error was introduced in r484. When opkg_cmd_exec() exits without error,
cleanup routines
are not executed. See attached patch for details.

Original issue reported on code.google.com by kosm...@gmail.com on 19 Dec 2009 at 8:51

Attachments:

GoogleCodeExporter commented 8 years ago
Slightly tweaked patch applied as r506. Cheers!

Original comment by graham.g...@gmail.com on 21 Dec 2009 at 12:15