From 11f65adcba842b685a42272eb6d3792ca35b3983 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Mon, 7 May 2018 12:13:48 +0200
Subject: [PATCH] testsuite/proftpd: instance must be named instance.cfg.in

This is a convention from
http://community.slapos.org/slapos_community/wiki/slapos-Wiki.Home/developer-SlapOS.Conventions.Guidelines
---
 software/erp5testnode/testsuite/proftpd/buildout.hash.cfg       | 2 +-
 .../testsuite/proftpd/{instance.cfg => instance.cfg.in}         | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename software/erp5testnode/testsuite/proftpd/{instance.cfg => instance.cfg.in} (100%)

diff --git a/software/erp5testnode/testsuite/proftpd/buildout.hash.cfg b/software/erp5testnode/testsuite/proftpd/buildout.hash.cfg
index f924b63e3..2945c7606 100644
--- a/software/erp5testnode/testsuite/proftpd/buildout.hash.cfg
+++ b/software/erp5testnode/testsuite/proftpd/buildout.hash.cfg
@@ -15,6 +15,6 @@
 # not need these here).
 
 [template]
-filename = instance.cfg
+filename = instance.cfg.in
 md5sum = 9b4cc727c43d0daaec5b01cf4b9f7a15
 
diff --git a/software/erp5testnode/testsuite/proftpd/instance.cfg b/software/erp5testnode/testsuite/proftpd/instance.cfg.in
similarity index 100%
rename from software/erp5testnode/testsuite/proftpd/instance.cfg
rename to software/erp5testnode/testsuite/proftpd/instance.cfg.in
-- 
2.30.9