diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-03-14 11:46:18 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-03-14 11:46:18 +0000 |
commit | 4547391eb2c19474eb8960c9e2ad20508a9a400c (patch) | |
tree | 4f17718d2ea6fdedbb9398b28117044e8fe9c079 /bin/drakconnect | |
parent | 837fdf5607e22e4229d4cd4a31510ae5bf6829dc (diff) | |
download | drakx-net-4547391eb2c19474eb8960c9e2ad20508a9a400c.tar drakx-net-4547391eb2c19474eb8960c9e2ad20508a9a400c.tar.gz drakx-net-4547391eb2c19474eb8960c9e2ad20508a9a400c.tar.bz2 drakx-net-4547391eb2c19474eb8960c9e2ad20508a9a400c.tar.xz drakx-net-4547391eb2c19474eb8960c9e2ad20508a9a400c.zip |
remove non-working --install option
Diffstat (limited to 'bin/drakconnect')
-rwxr-xr-x | bin/drakconnect | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/drakconnect b/bin/drakconnect index 2d2aeda..ca5899e 100755 --- a/bin/drakconnect +++ b/bin/drakconnect @@ -65,10 +65,6 @@ local $_ = join '', @ARGV; /--skip-wizard/ and manage(); /--add/ and add_intf(); /--del/ and del_intf(); -if (/--install/) { - $::isInstall = 1; - add_intf(); -} /--internet/ and configure_net(); # default is to run wizard |