Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 305703 Details for
Bug 430090
--setup-bind with ipa-server-install still prompts for DNS configuration update - prompt with appropriate filename for /var/named.conf
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Remove the prompt asking user to continue
freeipa-bind_ask_replace.patch (text/plain), 1.36 KB, created by
Martin Nagy
on 2008-05-16 16:15:14 UTC
(
hide
)
Description:
Remove the prompt asking user to continue
Filename:
MIME Type:
Creator:
Martin Nagy
Created:
2008-05-16 16:15:14 UTC
Size:
1.36 KB
patch
obsolete
>From 2d608a83548005507381f406ac97607628c934ad Mon Sep 17 00:00:00 2001 >From: Martin Nagy <mnagy@redhat.com> >Date: Tue, 13 May 2008 19:03:04 +0200 >Subject: [PATCH] Don't ask the user again if he wants to replace bind configuration files if he specified --setup-bind. > >430090 >--- > ipa-server/ipa-install/ipa-server-install | 11 +---------- > 1 files changed, 1 insertions(+), 10 deletions(-) > >diff --git a/ipa-server/ipa-install/ipa-server-install b/ipa-server/ipa-install/ipa-server-install >index e1cca39..a7fd30c 100644 >--- a/ipa-server/ipa-install/ipa-server-install >+++ b/ipa-server/ipa-install/ipa-server-install >@@ -499,16 +499,7 @@ def main(): > > bind.setup(host_name, ip_address, realm_name, domain_name) > if options.setup_bind: >- skipbind = False >- if not options.unattended: >- print "This program is about to replace the DNS Server configuration," >- print "with an automatically generated one, based on the data gathered so far." >- print "This will REPLACE any existing configuration." >- yesno = raw_input("Are you sure you want to configure the DNS Server ? [no]: ") >- if not yesno or yesno.lower()[0] != 'y': >- skipbind = True >- if not skipbind: >- bind.create_instance() >+ bind.create_instance() > else: > bind.create_sample_bind_zone() > >-- >1.5.4.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 430090
: 305703