From bbbac4b24f83fc11cd0997f2ea9f0d8ec2da5bc6 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Mon, 27 Apr 2009 15:42:50 -0400 Subject: [PATCH] Fix bind zone installer --- install/tools/ipa-server-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install index da7fdc788..6cdb5bdca 100755 --- a/install/tools/ipa-server-install +++ b/install/tools/ipa-server-install @@ -391,7 +391,7 @@ def main(): # check bind packages are installed if options.setup_bind: - if not ipaserver.bindinstance.check_inst(): + if not bindinstance.check_inst(): print "--setup-bind was specified but bind is not installed on the system" print "Please install bind and restart the setup program" return 1