Bug #223
closedpiboxwww index.html conflicts with monkey installation
100%
Description
The monkey opkg includes a default index.html. It conflicts with piboxwww's index.html in it's opkg. The solution should be to remove monkey's /home/httpd/monkey directory from the opkg file list. The removed files/directories could be created by a postinstall script so those files are not associated with any package, though then the prerm script would have to clean them up and that might conflict with piboxwww too.
Updated by Hammel about 11 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
This issue is resolved. The files installed under the root dir for monkey have been removed from the packaging. So now the installed package of monkey has the root dir but no files underneath it. piboxwww will install the appropriate files.
See RM #222 for commit lists related to this issue.
The issue can now be closed.