From e8502f06c41c29aee7724ff19e8ac780cd14956c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Sat, 16 Apr 2016 18:48:50 +0200 Subject: [PATCH] [fix] Remove old service_safecopy/saferemove from the actionsmap --- data/actionsmap/yunohost.yml | 38 ------------------------------------ 1 file changed, 38 deletions(-) diff --git a/data/actionsmap/yunohost.yml b/data/actionsmap/yunohost.yml index eb3597078..7d4928b90 100644 --- a/data/actionsmap/yunohost.yml +++ b/data/actionsmap/yunohost.yml @@ -984,44 +984,6 @@ service: help: List pending configuration files and exit action: store_true - ### service_safecopy() - safecopy: - action_help: > - Check if the specific file has been modified and display differences. - Stores the file hash in the services.yml file - arguments: - new_conf_file: - help: Path to the desired conf file - conf_file: - help: Path to the targeted conf file - -s: - full: --service - help: Service name attached to the conf file - extra: - required: True - -f: - full: --force - help: Override the current configuration with the newly generated one, even if it has been modified - action: store_true - - ### service_saferemove() - saferemove: - action_help: > - Check if the specific file has been modified before removing it. - Backup the file in /home/yunohost.backup - arguments: - conf_file: - help: Path to the targeted conf file - -s: - full: --service - help: Service name attached to the conf file - extra: - required: True - -f: - full: --force - help: Force file deletion - action: store_true - ############################# # Firewall # #############################