-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Just a cosmetic fix to the replica installation error message, there's
no ticket for this.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAk0HR9EACgkQHsardTLnvCUYBgCeObN9/PWMNKGf8/TWXKglJd/i
/awAn1Opj+qq5uk7yHnuNyT33nVo8eRi
=MXfi
-----END PGP SIGNATURE-----
From 55795db0250b711a74ce300e55ecf26a08aa4f34 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Tue, 23 Nov 2010 13:22:56 +0100
Subject: [PATCH] Clarify ipa-replica-install error message

---
 install/tools/ipa-replica-install |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/install/tools/ipa-replica-install b/install/tools/ipa-replica-install
index c9df2dd..0c13ad0 100755
--- a/install/tools/ipa-replica-install
+++ b/install/tools/ipa-replica-install
@@ -366,10 +366,10 @@ def main():
                      tls_cacertfile=CACERT)
         try:
             entry = conn.find_entries(u'fqdn=%s' % host, ['dn', 'fqdn'], u'%s,%s' % (api.env.container_host, api.env.basedn))
-            print "The host %s already exists.\n" % host
+            print "The host %s already exists on the master server. Depending on your configuration, you may perform the following:\n" % host
             print "Remove the replication agreement, if any:"
             print "    %% ipa-replica-manage del %s" % host
-            print "Remove the host continue:"
+            print "Remove the host entry:"
             print "    %% ipa host-del %s" % host
             sys.exit(3)
         except errors.NotFound:
-- 
1.7.3.2

Attachment: freeipa-jhrozek-023-Clarify-ipa-replica-install-error-message.patch.sig
Description: PGP signature

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to