453eb97 schema def must have DESC '' - close paren must be preceded by space

Authored and Committed by rmeggins 12 years ago
    schema def must have DESC '' - close paren must be preceded by space
    
    Some of the qmail schema had DESC with no quoted string - for an empty
    DESC, the string must be specified as ''
    For the multiline schema definitions, the close paren must not be the
    first char on the line because that violates LDIF line wrapping - add
    a space before the close paren
    Reviewed by: nhosoi (Thanks!)
    
        
file modified
+10 -10
file modified
+5 -5