From 2d7e0de5ea7a2923708006bc58dae4b35b65fe63 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Mon, 2 Feb 2009 13:50:53 -0500 Subject: 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. --- ipaserver/install/ldapupdate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 ipaserver/install/ldapupdate.py (limited to 'ipaserver/install/ldapupdate.py') diff --git a/ipaserver/install/ldapupdate.py b/ipaserver/install/ldapupdate.py old mode 100755 new mode 100644 index cdf23125..f6d2fb4d --- 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 -- cgit