From 3cd34d135d6f3705862f0d1625c06a1669ec0023 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Thu, 1 Oct 2009 16:47:07 +0000 Subject: POSIX: Add block/character/fifo devices (ticket #477) This commit adds support for posix device types via Path entries in Bundler. The 'type' attribute for Path entries is now all lowercase. Signed-off-by: Sol Jerome git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5470 ce84e21b-d406-0410-9b95-82705330c041 --- schemas/pathentry.xsd | 3 --- schemas/rules.xsd | 13 +++++++++++++ schemas/types.xsd | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) (limited to 'schemas') diff --git a/schemas/pathentry.xsd b/schemas/pathentry.xsd index 5e129fa75..7be0e37e2 100644 --- a/schemas/pathentry.xsd +++ b/schemas/pathentry.xsd @@ -8,10 +8,7 @@ - - - diff --git a/schemas/rules.xsd b/schemas/rules.xsd index 0baa1e25f..d9b99d63d 100644 --- a/schemas/rules.xsd +++ b/schemas/rules.xsd @@ -33,6 +33,18 @@ + + + + + + + + + + + + @@ -63,6 +75,7 @@ + diff --git a/schemas/types.xsd b/schemas/types.xsd index db85bbaab..f04c3140f 100644 --- a/schemas/types.xsd +++ b/schemas/types.xsd @@ -24,7 +24,7 @@ - + -- cgit v1.2.3-1-g7c22