diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-11-21 09:52:15 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-11-21 09:52:15 +0000 |
commit | ece5c41c8dfd8bbe2124184e633deb565bb0e3df (patch) | |
tree | 6f6c1a9ef1d5755b8a1dce80c50672b8bd7636dc /perl-install/standalone | |
parent | 89fa137b9e90eeac238e43a268fbdeb735418e7f (diff) | |
download | drakx-backup-do-not-use-ece5c41c8dfd8bbe2124184e633deb565bb0e3df.tar drakx-backup-do-not-use-ece5c41c8dfd8bbe2124184e633deb565bb0e3df.tar.gz drakx-backup-do-not-use-ece5c41c8dfd8bbe2124184e633deb565bb0e3df.tar.bz2 drakx-backup-do-not-use-ece5c41c8dfd8bbe2124184e633deb565bb0e3df.tar.xz drakx-backup-do-not-use-ece5c41c8dfd8bbe2124184e633deb565bb0e3df.zip |
this one requires any
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakproxy | 2 |
1 files changed, 1 insertions, 1 deletions
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); - |