[Freeipa-devel] [PATCH 2/3] Remove old --setup-bind option

2009-09-02 Thread Martin Nagy
Since we are changing the behaviour of the --setup-dns option
substantially, we might as well remove the old --setup-bind option.

Martin
From 245db49b6fb70ec02bb97f3fa338d7a8a2052803 Mon Sep 17 00:00:00 2001
From: Martin Nagy mn...@redhat.com
Date: Wed, 2 Sep 2009 12:27:42 +0200
Subject: [PATCH 2/3] Remove old --setup-bind option

Since we are changing the behaviour of the --setup-dns option
substantially, we might as well remove the old --setup-bind option.
---
 install/tools/ipa-server-install |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install
index 03ee6f4..306bed5 100755
--- a/install/tools/ipa-server-install
+++ b/install/tools/ipa-server-install
@@ -79,9 +79,6 @@ def parse_options():
   default=False, help=Configure a CA instance)
 parser.add_option(--hostname, dest=host_name, help=fully qualified name of server)
 parser.add_option(--ip-address, dest=ip_address, help=Master Server IP Address)
-# FIXME: Remove this option
-parser.add_option(--setup-bind, dest=setup_dns, action=store_true,
-  default=False, help=configure bind with our zone file)
 parser.add_option(--setup-dns, dest=setup_dns, action=store_true,
   default=False, help=configure bind with our zone)
 parser.add_option(--forwarder, dest=forwarders, action=append,
-- 
1.6.2.5

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

Re: [Freeipa-devel] [PATCH 2/3] Remove old --setup-bind option

2009-09-02 Thread Martin Nagy
Rob Crittenden wrote:
 Martin Nagy wrote:
  Since we are changing the behaviour of the --setup-dns option
  substantially, we might as well remove the old --setup-bind option.
  
  Martin
 
 
 ack

Pushed

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