summaryrefslogtreecommitdiffstats
path: root/ipa-server/man/Makefile.am
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2008-09-12 18:40:26 -0400
committerRob Crittenden <rcritten@redhat.com>2008-09-12 20:07:48 -0400
commit88960f1597eb4516186bebd1aa624806c55895c1 (patch)
tree7ff4e42741a89e6fedc824118bc1974be3e292f3 /ipa-server/man/Makefile.am
parent1eec34393b8a7ccd420a7fa540462f5d8779977c (diff)
downloadfreeipa-88960f1597eb4516186bebd1aa624806c55895c1.tar.gz
freeipa-88960f1597eb4516186bebd1aa624806c55895c1.tar.xz
freeipa-88960f1597eb4516186bebd1aa624806c55895c1.zip
Sort updates by DN length and by default process all files in the updates dir.
The updates directory is currently hardcoded to /usr/share/ipa/updates. All of the files are read into memory and then sorted by the length of the DN. This is so we can be sure that parent entries are added before children. Also add a man page.
Diffstat (limited to 'ipa-server/man/Makefile.am')
-rw-r--r--ipa-server/man/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipa-server/man/Makefile.am b/ipa-server/man/Makefile.am
index 0398dfdd1..40228251a 100644
--- a/ipa-server/man/Makefile.am
+++ b/ipa-server/man/Makefile.am
@@ -9,7 +9,8 @@ man1_MANS = \
ipa-replica-manage.1 \
ipa-replica-prepare.1 \
ipa-server-certinstall.1 \
- ipa-server-install.1
+ ipa-server-install.1 \
+ ipa-ldap-updater.1
man8_MANS = \
ipactl.8 \