From 72353d4effe216b2cd9680c74668bdaac35a64c6 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 23 Apr 2004 12:13:45 +0000 Subject: handle --auto --- perl-install/standalone/XFdrake | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/standalone/XFdrake') diff --git a/perl-install/standalone/XFdrake b/perl-install/standalone/XFdrake index 6aec02673..c5c678361 100755 --- a/perl-install/standalone/XFdrake +++ b/perl-install/standalone/XFdrake @@ -88,6 +88,7 @@ sub ask_for_X_restart { return; } + return if $::auto; $in->ask_okcancel('', N("You need to log out and back in again for changes to take effect"), 1) or return; if (fork()) { -- cgit v1.2.1