From 372a2d68c703806ba8faa501844c2076983bef1c Mon Sep 17 00:00:00 2001 From: Kload Date: Sun, 9 Jun 2013 19:45:14 +0000 Subject: [PATCH] prosody remove confs --- yunohost_tools.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/yunohost_tools.py b/yunohost_tools.py index 07ec0cfb..8234e98b 100644 --- a/yunohost_tools.py +++ b/yunohost_tools.py @@ -88,8 +88,6 @@ def tools_maindomain(old_domain, new_domain): validate(r'^([a-zA-Z0-9]{1}([a-zA-Z0-9\-]*[a-zA-Z0-9])*)(\.[a-zA-Z0-9]{1}([a-zA-Z0-9\-]*[a-zA-Z0-9])*)*(\.[a-zA-Z]{1}([a-zA-Z0-9\-]*[a-zA-Z0-9])*)$', old_domain) config_files = [ - '/etc/prosody/conf.avail/localhost.cfg.lua', - '/etc/postfix/main.cf', '/etc/dovecot/dovecot.conf', '/etc/lemonldap-ng/lemonldap-ng.ini', '/etc/hosts',