From 38cbb60e973d0db6d70f58d3803b3e62f1c942ce Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 31 May 2010 01:35:07 +0200 Subject: ldb: Remove manual pages for binaries that have already been moved to utils/. --- source4/lib/ldb/man/ad2oLschema.1.xml | 87 --------------------------------- source4/lib/ldb/man/oLschema2ldif.1.xml | 79 ------------------------------ source4/lib/ldb/wscript | 2 +- 3 files changed, 1 insertion(+), 167 deletions(-) delete mode 100644 source4/lib/ldb/man/ad2oLschema.1.xml delete mode 100644 source4/lib/ldb/man/oLschema2ldif.1.xml diff --git a/source4/lib/ldb/man/ad2oLschema.1.xml b/source4/lib/ldb/man/ad2oLschema.1.xml deleted file mode 100644 index 6ae8996477..0000000000 --- a/source4/lib/ldb/man/ad2oLschema.1.xml +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - ad2oLschema - 1 - - - - - ad2oLschema - Converts AC-like LDAP schemas to OpenLDAP - compatible schema files - - - - - ad2oLschema - -I INPUT-FILE - -O OUTPUT-FILE - - - - - DESCRIPTION - - ad2oLschema is a simple tool that converts AD-like LDIF - schema files into OpenLDAP schema files. - - - - - OPTIONS - - - - -H url - URL to an LDB or LDAP server with an AD schema to read. - - - - -I input-file AD schema - to read. If neither this nor -H is specified, the - schema file will be read from standard input. - - - - - -O output-file - File to write OpenLDAP version of schema to. - - - - - - - VERSION - - This man page is correct for version 4.0 of the Samba suite. - - - - SEE ALSO - - ldb(7), ldbmodify, ldbdel, ldif(5) - - - - - AUTHOR - - ldb was written by - Andrew Tridgell. - ad2oLschema was written by Andrew Bartlett. - - - -If you wish to report a problem or make a suggestion then please see -the web site for -current contact and maintainer information. - - - - - diff --git a/source4/lib/ldb/man/oLschema2ldif.1.xml b/source4/lib/ldb/man/oLschema2ldif.1.xml deleted file mode 100644 index b1e681be4e..0000000000 --- a/source4/lib/ldb/man/oLschema2ldif.1.xml +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - oLschema2ldif - 1 - - - - - oLschema2ldif - Converts LDAP schema's to LDB-compatible LDIF - - - - - oLschema2ldif - -I INPUT-FILE - -O OUTPUT-FILE - - - - - DESCRIPTION - - oLschema2ldif is a simple tool that converts standard OpenLDAP schema files to a LDIF format that is understood by LDB. - - - - - OPTIONS - - - - -I input-file - OpenLDAP schema to read. If none are specified, -the schema file will be read from standard input. - - - - - -O output-file - File to write ldif version of schema to. - - - - - - - VERSION - - This man page is correct for version 4.0 of the Samba suite. - - - - SEE ALSO - - ldb(7), ldbmodify, ldbdel, ldif(5) - - - - - AUTHOR - - ldb was written by - Andrew Tridgell. - oLschema2ldif was written by Simo Sorce. - - - -If you wish to report a problem or make a suggestion then please see -the web site for -current contact and maintainer information. - - - - - diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript index 517491419e..a2855dcf42 100644 --- a/source4/lib/ldb/wscript +++ b/source4/lib/ldb/wscript @@ -187,7 +187,7 @@ def build(bld): realname='ldb.so') if bld.env.XSLTPROC: - manpages = 'man/ad2oLschema.1 man/ldb.3 man/oLschema2ldif.1' + manpages = 'man/ldb.3' bld.env.LDB_MAN_XSL = 'http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl' -- cgit