From 30f63b21bd824ed4bd200c53d93958755796db6f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 23 Dec 2004 09:40:51 +0000 Subject: "XFdrake --auto" is now fully auto using auto_install configuration instead of "as much auto as can be" --- perl-install/standalone/XFdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/standalone/XFdrake b/perl-install/standalone/XFdrake index 4c0a63f52..8752e6b5e 100755 --- a/perl-install/standalone/XFdrake +++ b/perl-install/standalone/XFdrake @@ -34,7 +34,7 @@ local $_ = join '', @ARGV; my ($configure_this) = grep { !/^-/ } @ARGV; $configure_this = 'resolution' if $0 =~ /Xdrakres/; -$configure_this ||= 'everything'; +$configure_this ||= $::auto ? 'auto_install' : 'everything'; { my $in = 'interactive'->vnew('su'); -- cgit v1.2.1