fix proftp path of rhel/centos config template, fixes #636

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2019-05-31 08:02:03 +02:00
parent 87a2f86365
commit 6806f896d6

View File

@@ -1826,7 +1826,7 @@ iterate_query = SELECT username AS user FROM mail_users
<daemon name="proftpd" version="1.3" title="ProFTPd"
default="true">
<install><![CDATA[yum install proftpd proftpd-mysql]]></install>
<file name="/etc/proftpd/proftpd.conf" chown="root:0"
<file name="/etc/proftpd.conf" chown="root:0"
chmod="0600" backup="true">
<content><![CDATA[
# This is the ProFTPD configuration file