diff options
author | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-09-18 20:15:12 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-09-18 20:27:29 +0200 |
commit | fc61121640b828a3399d09f52eef8e415995c917 (patch) | |
tree | 384dd1f14d90facd2635da26358079ddf0074540 /source4/scripting/bin | |
parent | 900a8d435d1b15b3b0453441624727d532b74f55 (diff) | |
download | samba-fc61121640b828a3399d09f52eef8e415995c917.tar.gz samba-fc61121640b828a3399d09f52eef8e415995c917.tar.bz2 samba-fc61121640b828a3399d09f52eef8e415995c917.zip |
s4:minschema/fullschema - add correct header comments
Diffstat (limited to 'source4/scripting/bin')
-rwxr-xr-x | source4/scripting/bin/fullschema | 2 | ||||
-rwxr-xr-x | 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 4c73100492..4a01b6aed0 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 c860495e96..43f7816116 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 |