From fc61121640b828a3399d09f52eef8e415995c917 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Matthias=20Dieter=20Walln=C3=B6fer?= Date: Fri, 18 Sep 2009 20:15:12 +0200 Subject: [PATCH] s4:minschema/fullschema - add correct header comments --- source4/scripting/bin/fullschema | 2 +- source4/scripting/bin/minschema | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source4/scripting/bin/fullschema b/source4/scripting/bin/fullschema index 4c731004928..4a01b6aed0d 100755 --- a/source4/scripting/bin/fullschema +++ b/source4/scripting/bin/fullschema @@ -1,6 +1,6 @@ #!/usr/bin/python # -# work out the minimal schema for a set of objectclasses +# Works out the full schema # import base64 diff --git a/source4/scripting/bin/minschema b/source4/scripting/bin/minschema index c860495e965..43f7816116e 100755 --- a/source4/scripting/bin/minschema +++ b/source4/scripting/bin/minschema @@ -1,6 +1,6 @@ #!/usr/bin/python # -# work out the minimal schema for a set of objectclasses +# Works out the minimal schema for a set of objectclasses # import base64 -- 2.11.4.GIT