#588 Create MAN pages for command line scripts
Closed: wontfix Opened by mreynolds.

Since we have changed the instance specific scripts to be global (Ticket 528), there should be MAN pages for each script.


Ticket has been cloned to Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=918719

git merge ticket588
Updating 07af826..808df4d
Fast-forward
Makefile.am | 18 +++++-
Makefile.in | 18 +++++-
man/man8/bak2db.8 | 58 ++++++++++++++++
man/man8/bak2db.pl.8 | 82 +++++++++++++++++++++++
man/man8/cleanallruv.pl.8 | 85 ++++++++++++++++++++++++
man/man8/db2bak.8 | 59 +++++++++++++++++
man/man8/db2bak.pl.8 | 78 ++++++++++++++++++++++
man/man8/db2index.8 | 63 ++++++++++++++++++
man/man8/db2index.pl.8 | 85 ++++++++++++++++++++++++
man/man8/db2ldif.8 | 102 ++++++++++++++++++++++++++++
man/man8/db2ldif.pl.8 | 124 +++++++++++++++++++++++++++++++++++
man/man8/dbverify.8 | 60 +++++++++++++++++
man/man8/dn2rdn.8 | 58 ++++++++++++++++
man/man8/fixup-linkedattrs.pl.8 | 76 +++++++++++++++++++++
man/man8/fixup-memberof.pl.8 | 79 ++++++++++++++++++++++
man/man8/ldif2db.8 | 85 ++++++++++++++++++++++++
man/man8/ldif2db.pl.8 | 102 ++++++++++++++++++++++++++++
man/man8/ldif2ldap.8 | 62 +++++++++++++++++
man/man8/monitor.8 | 67 +++++++++++++++++++
man/man8/ns-accountstatus.pl.8 | 74 +++++++++++++++++++++
man/man8/ns-activate.pl.8 | 73 ++++++++++++++++++++
man/man8/ns-inactivate.pl.8 | 72 ++++++++++++++++++++
man/man8/ns-newpwpolicy.pl.8 | 79 ++++++++++++++++++++++
man/man8/restart-slapd.8 | 48 +++++++++++++
man/man8/restoreconfig.8 | 48 +++++++++++++
man/man8/saveconfig.8 | 48 +++++++++++++
man/man8/schema-reload.pl.8 | 74 +++++++++++++++++++++
man/man8/start-slapd.8 | 48 +++++++++++++
man/man8/stop-slapd.8 | 48 +++++++++++++
man/man8/suffix2instance.8 | 51 ++++++++++++++
man/man8/syntax-validate.pl.8 | 77 ++++++++++++++++++++++
man/man8/upgradedb.8 | 56 ++++++++++++++++
man/man8/upgradednformat.8 | 55 +++++++++++++++
man/man8/usn-tombstone-cleanup.pl.8 | 80 ++++++++++++++++++++++
man/man8/verify-db.pl.8 | 49 ++++++++++++++
man/man8/vlvindex.8 | 58 ++++++++++++++++
36 files changed, 2397 insertions(+), 2 deletions(-)
create mode 100644 man/man8/bak2db.8
create mode 100644 man/man8/bak2db.pl.8
create mode 100644 man/man8/cleanallruv.pl.8
create mode 100644 man/man8/db2bak.8
create mode 100644 man/man8/db2bak.pl.8
create mode 100644 man/man8/db2index.8
create mode 100644 man/man8/db2index.pl.8
create mode 100644 man/man8/db2ldif.8
create mode 100644 man/man8/db2ldif.pl.8
create mode 100644 man/man8/dbverify.8
create mode 100644 man/man8/dn2rdn.8
create mode 100644 man/man8/fixup-linkedattrs.pl.8
create mode 100644 man/man8/fixup-memberof.pl.8
create mode 100644 man/man8/ldif2db.8
create mode 100644 man/man8/ldif2db.pl.8
create mode 100644 man/man8/ldif2ldap.8
create mode 100644 man/man8/monitor.8
create mode 100644 man/man8/ns-accountstatus.pl.8
create mode 100644 man/man8/ns-activate.pl.8
create mode 100644 man/man8/ns-inactivate.pl.8
create mode 100644 man/man8/ns-newpwpolicy.pl.8
create mode 100644 man/man8/restart-slapd.8
create mode 100644 man/man8/restoreconfig.8
create mode 100644 man/man8/saveconfig.8
create mode 100644 man/man8/schema-reload.pl.8
create mode 100644 man/man8/start-slapd.8
create mode 100644 man/man8/stop-slapd.8
create mode 100644 man/man8/suffix2instance.8
create mode 100644 man/man8/syntax-validate.pl.8
create mode 100644 man/man8/upgradedb.8
create mode 100644 man/man8/upgradednformat.8
create mode 100644 man/man8/usn-tombstone-cleanup.pl.8
create mode 100644 man/man8/verify-db.pl.8
create mode 100644 man/man8/vlvindex.8

git push origin master
Counting objects: 45, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (40/40), done.
Writing objects: 100% (40/40), 18.73 KiB, done.
Total 40 (delta 33), reused 0 (delta 0)
To ssh://git.fedorahosted.org/git/389/ds.git
07af826..808df4d master -> master

Metadata Update from @mreynolds:
- Issue assigned to mreynolds
- Issue set to the milestone: 1.3.1

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/588

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: Fixed)

Metadata