diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-04-23 12:13:45 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-04-23 12:13:45 +0000 |
commit | 72353d4effe216b2cd9680c74668bdaac35a64c6 (patch) | |
tree | 30a14ee14880bd9e1beacad062a413df1f6c3f9a /perl-install/standalone/XFdrake | |
parent | 992528cdd70f08a19d77dcaf15e7bc1bd2097da1 (diff) | |
download | drakx-72353d4effe216b2cd9680c74668bdaac35a64c6.tar drakx-72353d4effe216b2cd9680c74668bdaac35a64c6.tar.gz drakx-72353d4effe216b2cd9680c74668bdaac35a64c6.tar.bz2 drakx-72353d4effe216b2cd9680c74668bdaac35a64c6.tar.xz drakx-72353d4effe216b2cd9680c74668bdaac35a64c6.zip |
handle --auto
Diffstat (limited to 'perl-install/standalone/XFdrake')
-rwxr-xr-x | perl-install/standalone/XFdrake | 1 |
1 files changed, 1 insertions, 0 deletions
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()) { |