Add replace attribute to Path:

A new build which sets 'replace' for a config file will overwrite the file
installed on the system regardless of its status:

<Path fileType="config" replace="true">/etc/hede.conf</Path>

Tested on a simple install/reinstall, works well.
Should test further with delta updates before applying.
This commit is contained in:
Ozan Çağlayan
2009-10-15 18:17:10 +00:00
parent 94f85db8f1
commit bb92f9ec74
5 changed files with 15 additions and 4 deletions
+8
View File
@@ -1521,6 +1521,14 @@
</choice>
</attribute>
</optional>
<optional>
<attribute name="replace">
<choice>
<value>false</value>
<value>true</value>
</choice>
</attribute>
</optional>
</group>
</define>