mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Fixed problem with NFS server trying to start when there is no configuration section. Added <disableNFS>, <disableFTP> and
<disableCIFS> tags to allow servers to be switched off easily. Added NFS configuration section to disable server. Fix for AR-1156. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4759 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -29,6 +29,10 @@
|
||||
<!-- <debug flags="File,Search,Error,Directory,Info,DataPort"/> -->
|
||||
</config>
|
||||
|
||||
<config evaluator="string-compare" condition="NFS Server">
|
||||
<disableNFS/>
|
||||
</config>
|
||||
|
||||
<config evaluator="string-compare" condition="Filesystems">
|
||||
<filesystems>
|
||||
<filesystem name="Alfresco">
|
||||
|
Reference in New Issue
Block a user