diff options
author | Simo Sorce <ssorce@redhat.com> | 2007-12-07 17:36:14 -0500 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2007-12-07 17:36:14 -0500 |
commit | 11559e9a69e2131dc620ca7de7af8544e23cbb46 (patch) | |
tree | db7ee9855b259894898f67b007c5775a981b3460 /ipa-server/ipa-install | |
parent | 25c542870dc59db59008d7c683f4f12596d68a1e (diff) | |
download | freeipa-11559e9a69e2131dc620ca7de7af8544e23cbb46.tar.gz freeipa-11559e9a69e2131dc620ca7de7af8544e23cbb46.tar.xz freeipa-11559e9a69e2131dc620ca7de7af8544e23cbb46.zip |
we *may* require it, it depend on the ditro in F8 cahing daemon configuration has been
incorporated in the default bind install.
Diffstat (limited to 'ipa-server/ipa-install')
-rw-r--r-- | ipa-server/ipa-install/ipa-server-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-server/ipa-install/ipa-server-install b/ipa-server/ipa-install/ipa-server-install index a33a3e892..eb1c37bb0 100644 --- a/ipa-server/ipa-install/ipa-server-install +++ b/ipa-server/ipa-install/ipa-server-install @@ -288,7 +288,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 also need the package 'caching-nameserver') and restart the setup program" + print "Please install bind (you may also need the package 'caching-nameserver') and restart the setup program" return "-Fatal Error-" # check the hostname is correctly configured, it must be as the kldap |