| 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 |
<!-- ==================================================================================================== --> |
<!-- ==================================================================================================== --> |
| 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 |
<!-- ================================= |
<!-- ================================= |