summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakgw
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-08-09 09:35:37 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-08-09 09:35:37 +0000
commit990265bd38aeccab96c09e5224256443016e33b5 (patch)
treed0d054329d3b6d3ae7db658e7893a5ac9b2bd17f /perl-install/standalone/drakgw
parentab7a56256478e8d97c8e5c94e899ab4f182f10c6 (diff)
downloaddrakx-backup-do-not-use-990265bd38aeccab96c09e5224256443016e33b5.tar
drakx-backup-do-not-use-990265bd38aeccab96c09e5224256443016e33b5.tar.gz
drakx-backup-do-not-use-990265bd38aeccab96c09e5224256443016e33b5.tar.bz2
drakx-backup-do-not-use-990265bd38aeccab96c09e5224256443016e33b5.tar.xz
drakx-backup-do-not-use-990265bd38aeccab96c09e5224256443016e33b5.zip
use vnew the right way everywhere
Diffstat (limited to 'perl-install/standalone/drakgw')
-rwxr-xr-xperl-install/standalone/drakgw5
1 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw
index c5d32e506..35257a6ad 100755
--- a/perl-install/standalone/drakgw
+++ b/perl-install/standalone/drakgw
@@ -54,7 +54,7 @@ log::l("[drakgw] kernel_version $kernel_version");
$kernel_version eq '2.2' || $kernel_version eq '2.4' or die "Only for 2.2 or 2.4 kernels.\n";
-my $in = interactive::vnew('su', 'default');
+my $in = 'interactive'->vnew('su', 'default');
pur_gtk_mode() if $::isEmbedded && ref($in) =~ /gtk/;
@@ -665,6 +665,9 @@ Click on Configure to launch the setup wizard.", $setup_state));
#-------------------------------------------------
#- $Log$
+#- Revision 1.49 2001/08/09 09:35:37 gc
+#- use vnew the right way everywhere
+#-
#- Revision 1.48 2001/08/09 09:15:38 gc
#- - if package installs fail, redo one by one to know which one failed
#- - try to not end up with a failing configuration file, if program is brutally stopped