From f2ed8de02861fc6a54187be1cabb2b6b60639794 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 11 Feb 2011 14:05:20 -0500 Subject: Move tools that are really only applicable to be run on the server This moves a bunch of tools that only make sense to run on the actual server from the admintools subpackage to the server subpackage. ticket 947 --- freeipa.spec.in | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'freeipa.spec.in') diff --git a/freeipa.spec.in b/freeipa.spec.in index 69945db90..f301aa26a 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -346,6 +346,10 @@ fi %{_sbindir}/ipa-replica-prepare %{_sbindir}/ipa-replica-manage %{_sbindir}/ipa-server-certinstall +%{_sbindir}/ipa-ldap-updater +%{_sbindir}/ipa-compat-manage +%{_sbindir}/ipa-nis-manage +%{_sbindir}/ipa-host-net-manage %{_sbindir}/ipa_kpasswd %{_sbindir}/ipactl %{_sbindir}/ipa-upgradeconfig @@ -411,6 +415,10 @@ fi %{_mandir}/man1/ipa-server-certinstall.1.gz %{_mandir}/man1/ipa-server-install.1.gz %{_mandir}/man1/ipa-dns-install.1.gz +%{_mandir}/man1/ipa-compat-manage.1.gz +%{_mandir}/man1/ipa-nis-manage.1.gz +%{_mandir}/man1/ipa-host-net-manage.1.gz +%{_mandir}/man1/ipa-ldap-updater.1.gz %{_mandir}/man8/ipa_kpasswd.8.gz %{_mandir}/man8/ipactl.8.gz %{_mandir}/man1/ipa-compliance.1.gz @@ -448,16 +456,8 @@ fi %defattr(-,root,root,-) %doc COPYING README Contributors.txt %{_bindir}/ipa -%{_sbindir}/ipa-ldap-updater -%{_sbindir}/ipa-compat-manage -%{_sbindir}/ipa-nis-manage -%{_sbindir}/ipa-host-net-manage %config %{_sysconfdir}/bash_completion.d %{_mandir}/man1/ipa.1.gz -%{_mandir}/man1/ipa-compat-manage.1.gz -%{_mandir}/man1/ipa-nis-manage.1.gz -%{_mandir}/man1/ipa-host-net-manage.1.gz -%{_mandir}/man1/ipa-ldap-updater.1.gz %endif %files python -f %{gettext_domain}.lang -- cgit