hal-info: Branch 'master'

Danny Kukawka dkukawka at kemper.freedesktop.org
Tue Jun 17 14:10:55 PDT 2008


 fdi/fdi.dtd |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dbf7b1302786580dc98fc0361b2a949fef9f1f49
Author: Danny Kukawka <danny.kukawka at web.de>
Date:   Tue Jun 17 23:10:49 2008 +0200

    fixed fdi.dtd for the remove rule
    
    Fixed fdi.dtd for the remove rule, type= is only needed for
    strlist keys. Set the check to #IMPLIED instead of #REQUIRED.

diff --git a/fdi/fdi.dtd b/fdi/fdi.dtd
index 3658ea9..7682805 100644
--- a/fdi/fdi.dtd
+++ b/fdi/fdi.dtd
@@ -65,7 +65,7 @@
 <!ELEMENT remove (#PCDATA) >
 <!ATTLIST remove
     key    CDATA #REQUIRED
-    type   (strlist) #REQUIRED
+    type   (strlist) #IMPLIED
 >
 
 <!ELEMENT spawn (#PCDATA) >


More information about the hal-commit mailing list