summaryrefslogtreecommitdiffstats
path: root/schemas/rules.xsd
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2009-11-11 20:02:43 +0000
committerSol Jerome <solj@ices.utexas.edu>2009-11-11 20:02:43 +0000
commit9e503cc62b11b76609c99698bb50d53351b36143 (patch)
tree7e0dbf8a2cc8b7a95c83e561990c4b290f545c56 /schemas/rules.xsd
parent543de42b882a69bba3b01377535f3871deb13108 (diff)
downloadbcfg2-9e503cc62b11b76609c99698bb50d53351b36143.tar.gz
bcfg2-9e503cc62b11b76609c99698bb50d53351b36143.tar.bz2
bcfg2-9e503cc62b11b76609c99698bb50d53351b36143.zip
Schema: Add missing 'to' attribute for Path entries (Reported by Thorsten Lockert) [bugfix]
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5571 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/rules.xsd')
-rw-r--r--schemas/rules.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/rules.xsd b/schemas/rules.xsd
index 92ec68881..a544f7a8f 100644
--- a/schemas/rules.xsd
+++ b/schemas/rules.xsd
@@ -44,6 +44,7 @@
<xsd:attribute type='xsd:string' name='owner'/>
<xsd:attribute type='xsd:string' name='group'/>
<xsd:attribute type='xsd:string' name='prune'/>
+ <xsd:attribute type='xsd:string' name='to'/>
</xsd:complexType>
<xsd:complexType name='PermissionsType'>