summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-03-06 00:39:30 +0000
committerSol Jerome <solj@ices.utexas.edu>2010-03-06 00:39:30 +0000
commit72400a7d41e06489488beb65d8228944e24c5886 (patch)
tree14fc1c682e78875cfc92482a2ada0b796f475626 /tools
parent9cf6153077173957ae04988216ba0b57406aa1b8 (diff)
downloadbcfg2-72400a7d41e06489488beb65d8228944e24c5886.tar.gz
bcfg2-72400a7d41e06489488beb65d8228944e24c5886.tar.bz2
bcfg2-72400a7d41e06489488beb65d8228944e24c5886.zip
posixunified: Add priority to generate proper xml
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5751 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'tools')
-rw-r--r--tools/posixunified.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/posixunified.py b/tools/posixunified.py
index f73e7703c..55b9abb48 100644
--- a/tools/posixunified.py
+++ b/tools/posixunified.py
@@ -99,5 +99,6 @@ if __name__ == '__main__':
newrules = open(unifiedposixrules, 'w')
except IOError:
print("Failed to write %s" % filename)
+ rulesroot.set('priority', '1')
newrules.write(lxml.etree.tostring(rulesroot, pretty_print=True))
newrules.close()