summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakTermServ
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-07-01 00:13:52 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-07-01 00:13:52 +0000
commit7c55459f9d70d9ceaa300cf869185b531cc9c30e (patch)
tree33fe5fb6f4c6801c9245c69e63698919a39cd064 /perl-install/standalone/drakTermServ
parent17f55e9df711f3c56296fa2dc92783931e2214de (diff)
downloaddrakx-7c55459f9d70d9ceaa300cf869185b531cc9c30e.tar
drakx-7c55459f9d70d9ceaa300cf869185b531cc9c30e.tar.gz
drakx-7c55459f9d70d9ceaa300cf869185b531cc9c30e.tar.bz2
drakx-7c55459f9d70d9ceaa300cf869185b531cc9c30e.tar.xz
drakx-7c55459f9d70d9ceaa300cf869185b531cc9c30e.zip
revert ugly code printing "This program cannot be run in console mode",
it is easily done in ugtk2.pm
Diffstat (limited to 'perl-install/standalone/drakTermServ')
-rwxr-xr-xperl-install/standalone/drakTermServ11
1 files changed, 1 insertions, 10 deletions
diff --git a/perl-install/standalone/drakTermServ b/perl-install/standalone/drakTermServ
index 2eebdc7e4..4a52cefc0 100755
--- a/perl-install/standalone/drakTermServ
+++ b/perl-install/standalone/drakTermServ
@@ -22,16 +22,7 @@ use standalone; #- warning, standalone must be loaded very first, for 'expla
use strict;
use interactive;
-BEGIN {
- eval {
- require ugtk2;
- ugtk2->import(qw(:helpers :wrappers :create));
- };
- if ($@) {
- print "This program cannot be run in console mode.\n";
- c::_exit(0); #- skip ugtk2::END
- }
-}
+use ugtk2 qw(:helpers :wrappers :create);
use common;
use run_program;
use bootloader;