/[drupal]/contributions/modules/DAST/src/site-configure.xml
ViewVC logotype

Diff of /contributions/modules/DAST/src/site-configure.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.14, Mon Mar 17 07:01:30 2008 UTC revision 1.15, Mon Mar 17 08:59:47 2008 UTC
# Line 1  Line 1 
1  <?xml version="1.0" encoding="UTF-8"?>  <?xml version="1.0" encoding="UTF-8"?>
2  <!-- <![CDATA[  <!-- <![CDATA[
3  $Id: site-configure.xml,v 1.13 2008/03/10 13:13:30 allisterbeharry Exp $  $Id: site-configure.xml,v 1.14 2008/03/17 07:01:30 allisterbeharry Exp $
4  ]]> -->  ]]> -->
5    
6  <!-- ==================================================================================================== -->  <!-- ==================================================================================================== -->
# Line 86  $Id: site-configure.xml,v 1.13 2008/03/1 Line 86  $Id: site-configure.xml,v 1.13 2008/03/1
86      </if>      </if>
87      -->      -->
88      <!--Make files dir writeable-->      <!--Make files dir writeable-->
89      <if><not><equals arg1="${host.fstype}" arg2="UNIX" /></not><then>      <Chmod Mode="0777">
90        <warn>Chmoding permissions on the ${drupal.filesDirPath} directory only works under UNIX-type filesystems; you will have to change permissions on ${drupal.dir} manually if necessary.</warn>        <fileset dir="${drupal.filesDirPath}/">
91      </then>          <include name="**" />
92      <else>        </fileset>
93        <Chmod Mode="0777">      </Chmod>
         <fileset dir="${drupal.filesDirPath}/">  
           <include name="**" />  
         </fileset>  
       </Chmod>  
     </else>  
     </if>  
94    </target>    </target>
95    
96    <!-- =================================    <!-- =================================

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

  ViewVC Help
Powered by ViewVC 1.1.2