Skip to content

Commit

Permalink
Fixed: Courier sysvinit must not be copied when selected PO server is…
Browse files Browse the repository at this point in the history
… Dovecot

[ci skip]
  • Loading branch information
nuxwin committed Mar 21, 2016
1 parent b32be3a commit c94ee78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -55,6 +55,7 @@ SERVERS
Added: Own i-MSCP logrorate configuration file for ProFTPD (xferlog file don't need to be rotated)
Added: Own i-MSCP ProFTPD sysvinit script to solve #IP-1402 - (Wheezy, Precise, Trusty)
Fixed: Bad regexp in getTraffic() method leading to unmatching of traffic data (VsFTPd)
Fixed: Courier sysvinit must not be copied when selected PO server is Dovecot
Fixed: Disabled mod_tls_memcache.c module to avoid weird notice on restart (ProFTPD)
Fixed: ON|OFF string not recognized as boolean value in mysql conffile (MySQL)
Fixed: Traffic accounting routines must not remove log files (ProFTPD/VsFTPd). Files are now truncated instead.
Expand Down
2 changes: 1 addition & 1 deletion configs/debian/sysvinit/install.xml
Expand Up @@ -4,7 +4,7 @@
<folders>${SYSTEM_CONF}/init.d</folders>
<folders>${SYSTEM_CONF}/init.d/backup</folders>
<folders>${SYSTEM_CONF}/init.d/working</folders>
<copy_config mode="0755" user="${ROOT_USER}" group="${ROOT_GROUP}">${ROOT_CONF}/init.d/courier-authdaemon</copy_config>
<copy_config if="'${PO_SERVER}' eq 'courier'" mode="0755" user="${ROOT_USER}" group="${ROOT_GROUP}">${ROOT_CONF}/init.d/courier-authdaemon</copy_config>
<copy_config mode="0755" user="${ROOT_USER}" group="${ROOT_GROUP}">${ROOT_CONF}/init.d/imscp_daemon</copy_config>
<copy_config mode="0755" user="${ROOT_USER}" group="${ROOT_GROUP}">${ROOT_CONF}/init.d/imscp_mountall</copy_config>
<copy_config mode="0755" user="${ROOT_USER}" group="${ROOT_GROUP}">${ROOT_CONF}/init.d/imscp_panel</copy_config>
Expand Down

0 comments on commit c94ee78

Please sign in to comment.