From 990265bd38aeccab96c09e5224256443016e33b5 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 9 Aug 2001 09:35:37 +0000 Subject: use vnew the right way everywhere --- perl-install/standalone/XFdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/XFdrake') diff --git a/perl-install/standalone/XFdrake b/perl-install/standalone/XFdrake index 840e0f68e..3373821fb 100755 --- a/perl-install/standalone/XFdrake +++ b/perl-install/standalone/XFdrake @@ -42,7 +42,7 @@ $::noauto = /-noauto/; $::testing = /-testing/; $i->{skiptest} = /-skiptest/; -my $in = interactive->vnew('su', 'X'); +my $in = 'interactive'->vnew('su', 'X'); -r '/etc/modules.conf' and modules::mergein_conf('/etc/modules.conf'); -- cgit v1.2.1