From d902369b187953792379558d36675600fab90047 Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Tue, 12 Feb 2013 13:18:22 +0100 Subject: [PATCH] Update yunohost_tools.py --- yunohost_tools.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/yunohost_tools.py b/yunohost_tools.py index 15b2ff88..16b68904 100644 --- a/yunohost_tools.py +++ b/yunohost_tools.py @@ -93,14 +93,13 @@ def tools_maindomain(old_domain, new_domain): config_files = [ '/etc/postfix/main.cf', '/etc/dovecot/dovecot.conf', - '/etc/mailname', '/etc/ejabberd/ejabberd.cfg', '/etc/lemonldap-ng/lemonldap-ng.ini', '/etc/hosts', ] config_dir = [ - '/var/lib/lemonldap-ng/conf', + '/var/lib/lemonldap-ng/conf', # TODO: Use lemon perl script instead '/etc/apache2/sites-available', ]