Actions
Bug #422
closedReinstallation of monkey trashes auth file
Start date:
18 Dec 2014
Due date:
% Done:
100%
Estimated time:
Severity:
03 - Medium
Description
The pibox.mk file gets overwritten on a reinstall of the monkey package. To fix this:
- Move pibox.mk pibox.mk.pkg in the source tree
- install pibox.mk.pkg
- Add the following line to postinst for the package, but only if /etc/monkey/plugins/auth/pibox.mk doesn't already exist
mv /etc/monkey/plugins/auth/pibox.mk.pkg /etc/monkey/plugins/auth/pibox.mk
Actions