summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorMartin Nagy <mnagy@redhat.com>2009-09-02 12:27:42 +0200
committerMartin Nagy <mnagy@redhat.com>2009-09-02 22:04:25 +0200
commitb07d1b54f9f7d4143e2454908e79dd845ca07468 (patch)
treec8e28c8e38036688459800343209633f936fc7fd /install
parentfbda06269df03590de87cf04c38cfa7c7dea94f6 (diff)
downloadfreeipa-b07d1b54f9f7d4143e2454908e79dd845ca07468.tar.gz
freeipa-b07d1b54f9f7d4143e2454908e79dd845ca07468.tar.xz
freeipa-b07d1b54f9f7d4143e2454908e79dd845ca07468.zip
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.
Diffstat (limited to 'install')
-rwxr-xr-xinstall/tools/ipa-server-install3
1 files changed, 0 insertions, 3 deletions
diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install
index 03ee6f46b..306bed58f 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",