From ece5c41c8dfd8bbe2124184e633deb565bb0e3df Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 21 Nov 2002 09:52:15 +0000 Subject: this one requires any --- perl-install/standalone/drakproxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/standalone/drakproxy b/perl-install/standalone/drakproxy index 9efc33dc4..f09d86199 100755 --- a/perl-install/standalone/drakproxy +++ b/perl-install/standalone/drakproxy @@ -23,6 +23,7 @@ use lib qw(/usr/lib/libDrakX); use standalone; #- warning, standalone must be loaded very first, for 'explanations' use interactive; use network::network; +use any; $::o->{miscellaneous} ||= {}; $::o->{miscellaneous} = { getVarsFromSh('/etc/profile.d/proxy.sh') }; @@ -30,4 +31,3 @@ my $in = 'interactive'->vnew('su', 'network'); network::network::miscellaneousNetwork($in, 1, 1); any::miscellaneousNetwork(''); $in->exit(0); - -- cgit v1.2.1