diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-28 16:09:17 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-28 16:09:17 +0000 |
commit | 4eecdf7017657550486500c59707a3c5938f7839 (patch) | |
tree | 2e2b3c132424605b739bad8999bf2a9ed9ea2420 /perl-install/standalone/drakproxy | |
parent | 599b2e830a03d2e6ad37164a0ee0a6c0b5d6d001 (diff) | |
download | drakx-4eecdf7017657550486500c59707a3c5938f7839.tar drakx-4eecdf7017657550486500c59707a3c5938f7839.tar.gz drakx-4eecdf7017657550486500c59707a3c5938f7839.tar.bz2 drakx-4eecdf7017657550486500c59707a3c5938f7839.tar.xz drakx-4eecdf7017657550486500c59707a3c5938f7839.zip |
reflect in standalone drakxtools the removal of DrakX icons
Diffstat (limited to 'perl-install/standalone/drakproxy')
-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 692ccab8d..9b979e105 100755 --- a/perl-install/standalone/drakproxy +++ b/perl-install/standalone/drakproxy @@ -27,7 +27,7 @@ use any; use common; my $u = { getVarsFromSh('/etc/profile.d/proxy.sh') }; -my $in = 'interactive'->vnew('su', 'network'); +my $in = 'interactive'->vnew('su'); network::network::miscellaneous_choose($in, $u, 1, 1); network::network::proxy_configure($u); $in->exit(0); |