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.
This commit is contained in:
Martin Nagy 2009-09-02 12:27:42 +02:00
parent fbda06269d
commit b07d1b54f9

View File

@ -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",