From 1069324ebad6e7650ed5d1fcb85a83270b9fe333 Mon Sep 17 00:00:00 2001 From: Martin Nagy Date: Fri, 16 May 2008 18:41:48 +0200 Subject: Only ask the user to install bind. --- ipa-server/ipa-install/ipa-server-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipa-server/ipa-install/ipa-server-install b/ipa-server/ipa-install/ipa-server-install index 7bbd1515..55d00129 100644 --- a/ipa-server/ipa-install/ipa-server-install +++ b/ipa-server/ipa-install/ipa-server-install @@ -369,7 +369,7 @@ def main(): if options.setup_bind: if not bind.check_inst(): print "--setup-bind was specified but bind is not installed on the system" - print "Please install bind (you may also need the package 'caching-nameserver') and restart the setup program" + print "Please install bind and restart the setup program" return "-Fatal Error-" # check the hostname is correctly configured, it must be as the kldap -- cgit