diff options
author | Rob Crittenden <rcritten@redhat.com> | 2009-05-07 10:51:44 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2009-05-13 14:09:56 -0400 |
commit | de88954b91f49387421f68a056a2e12cb6e94e7e (patch) | |
tree | b08ac11d60882a2dbe1e2dc6bbc0933ae2bff5b0 /install/tools/man/Makefile.am | |
parent | a2c99b0360b8cc327f1c11c6d3abadc415f80c43 (diff) | |
download | freeipa.git-de88954b91f49387421f68a056a2e12cb6e94e7e.tar.gz freeipa.git-de88954b91f49387421f68a056a2e12cb6e94e7e.tar.xz freeipa.git-de88954b91f49387421f68a056a2e12cb6e94e7e.zip |
New tool to enable/disable DS plugin to act as NIS server
Diffstat (limited to 'install/tools/man/Makefile.am')
-rw-r--r-- | install/tools/man/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/install/tools/man/Makefile.am b/install/tools/man/Makefile.am index b2c3fa36..bcbea81a 100644 --- a/install/tools/man/Makefile.am +++ b/install/tools/man/Makefile.am @@ -10,8 +10,9 @@ man1_MANS = \ ipa-replica-prepare.1 \ ipa-server-certinstall.1 \ ipa-server-install.1 \ - ipa-ldap-updater.1 \ - ipa-compat-manage.1 + ipa-ldap-updater.1 \ + ipa-compat-manage.1 \ + ipa-nis-manage.1 man8_MANS = \ ipactl.8 \ |