# HG changeset patch # User Heiko Schlittermann # Date 1443713502 -7200 # Node ID 08185907e5cceb31c1c81af00750dd6611398f78 # Parent 01d73aa9d30d473fb01e45b33f96229e74c27454 Fix continuation lines diff -r 01d73aa9d30d -r 08185907e5cc schema2ldif --- a/schema2ldif Thu Oct 01 16:48:04 2015 +0200 +++ b/schema2ldif Thu Oct 01 17:31:42 2015 +0200 @@ -86,7 +86,7 @@ # some modifications according to the above mentioned # zytrax url -s/\n\s+//xgms; +s/\n\s//xgms; s/^(?!(?:olc|dn|objectClass|cn)).*?\n//xmsg; s/(?<=^dn:\scn=){\d+}(\w+)/$1,cn=schema,cn=config/xms; s/(?<=^cn:\s){\d+}//xmsg;