From d147eafb075ae4207f95cdbea78697178b4bb68e Mon Sep 17 00:00:00 2001 From: Martin Nagy Date: Fri, 13 Nov 2009 16:57:51 +0100 Subject: Ask the user before overwriting /etc/named.conf --- install/tools/ipa-server-install | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'install/tools/ipa-server-install') diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install index 5ea8a1b04..0694d6ed5 100755 --- a/install/tools/ipa-server-install +++ b/install/tools/ipa-server-install @@ -541,10 +541,8 @@ def main(): # check bind packages are installed if options.setup_dns: - if not bindinstance.check_inst(): - print "--setup-dns was specified but bind or the BIND LDAP plug-in" - print "is not installed on the system" - print "Please install bind and the LDAP plug-in and restart the setup program" + if not bindinstance.check_inst(options.unattended): + print "Aborting installation" return 1 if options.ca: -- cgit