Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Bug 808419 : opt-in for user feedback plugin #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Bug 808419 : opt-in for user feedback plugin #46

wants to merge 1 commit into from

Commits on Dec 22, 2016

  1. Add debconf question to enable User Feedback Plugin (Closes: #808419)

    - Add debconf template to enable User Feedback Plugin
      The template description was reviewed by the debian-l10n-english team
    
    - Update po files after adding User Feedback Plugin template
    
    - Load User Feedback debconf template and apply current setting
    
      debconf takes the current value in the config file as default choice.
      It defaults to 'false' if the value is not found or the config file is missing.
    
    - Create User Feedback config file based on debconf setting
    
      mariadb-server-10.0.postinst script creates config file 50-feedback.cnf
      to enable the plugin. If the question is answered with 'true',
      the plugin is enabled (disabled by default).
      The script handles the case when the file is not present, by copying it
      or when it when the required setting was manually changed or removed.
    
    - Remove User Feedback config file if the package is purged
    ruleant committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    68b5d4b View commit details
    Browse the repository at this point in the history