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
+1
View File
@@ -117,6 +117,7 @@ suck anyway -->
(executable|library|data|config|doc|man|info|localedata|header)
#REQUIRED>
<!ATTLIST Path permanent (false|true) #IMPLIED>
<!ATTLIST Path replace (false|true) #IMPLIED>
<!-- History Section -->