diff options
author | Rob Crittenden <rcritten@redhat.com> | 2009-02-02 13:50:53 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2009-02-03 15:29:20 -0500 |
commit | 2d7e0de5ea7a2923708006bc58dae4b35b65fe63 (patch) | |
tree | 64a3332f7996f0db70d3fd793312da887b34e8cf /ipaserver | |
parent | 3274577cd608f947d6b07e6dfcbde393edf5a249 (diff) | |
download | freeipa-2d7e0de5ea7a2923708006bc58dae4b35b65fe63.tar.gz freeipa-2d7e0de5ea7a2923708006bc58dae4b35b65fe63.tar.xz freeipa-2d7e0de5ea7a2923708006bc58dae4b35b65fe63.zip |
Get merged tree into an installalble state.
I have only tested the all, rpms and *clean targets directly.
install may work but the rpm moves a lot of things around for us.
The Apache configuration file isn't in its final state but it works
with the new mod_python configuration.
Diffstat (limited to 'ipaserver')
-rw-r--r-- | ipaserver/install/dsinstance.py | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | ipaserver/install/ldapupdate.py | 2 | ||||
-rwxr-xr-x | ipaserver/mod_python_xmlrpc.py | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/ipaserver/install/dsinstance.py b/ipaserver/install/dsinstance.py index e9826bf68..7ddcbc4e2 100644 --- a/ipaserver/install/dsinstance.py +++ b/ipaserver/install/dsinstance.py @@ -35,7 +35,7 @@ import service import installutils import certs import ipaldap, ldap -from ipaserver import ldapupdate +from ipaserver.install import ldapupdate SERVER_ROOT_64 = "/usr/lib64/dirsrv" SERVER_ROOT_32 = "/usr/lib/dirsrv" diff --git a/ipaserver/install/ldapupdate.py b/ipaserver/install/ldapupdate.py index cdf23125a..f6d2fb4d1 100755..100644 --- a/ipaserver/install/ldapupdate.py +++ b/ipaserver/install/ldapupdate.py @@ -25,7 +25,7 @@ UPDATES_DIR="/usr/share/ipa/updates/" import sys -from ipaserver import ipaldap, installutils +from ipaserver.install import ipaldap, installutils from ipa import entity, ipaerror, ipautil import ldap import logging diff --git a/ipaserver/mod_python_xmlrpc.py b/ipaserver/mod_python_xmlrpc.py index 0f631f744..f8566ec7f 100755 --- a/ipaserver/mod_python_xmlrpc.py +++ b/ipaserver/mod_python_xmlrpc.py @@ -46,7 +46,6 @@ try: except ImportError: pass - # Global list of available functions gfunctions = {} |