Project

General

Profile

Actions

Bug #422

closed

Reinstallation of monkey trashes auth file

Added by Hammel over 9 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Urgent
Assignee:
Target version:
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:
  1. Move pibox.mk pibox.mk.pkg in the source tree
  2. install pibox.mk.pkg
  3. 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 #1

Updated by Hammel over 9 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

Install users.mk as pibox.mk.pkg and then move it to pibox.mk only if that file doesn't already exist.

Tested on target, committed and pushed upstream.

Closing issue.

Actions

Also available in: Atom PDF