diff options
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | control-center | 1 | ||||
-rwxr-xr-x | lib/MDV/Control_Center.pm | 8 |
3 files changed, 0 insertions, 11 deletions
@@ -1,5 +1,3 @@ -- add entry for drakconnect --internet (#34765) - Version 12.18.3 - 26 January 2010, Thierry Vignaud - stop retrieving URL on startup (now done in embedded tool) diff --git a/control-center b/control-center index a3cb4bfd..b73c4536 100755 --- a/control-center +++ b/control-center @@ -390,7 +390,6 @@ my @tree = ( title => N("Others"), list => [ "Hosts", - "Hostname and DNS", ] }, ], diff --git a/lib/MDV/Control_Center.pm b/lib/MDV/Control_Center.pm index 38a1a567..1bacb2b0 100755 --- a/lib/MDV/Control_Center.pm +++ b/lib/MDV/Control_Center.pm @@ -262,14 +262,6 @@ our %programs = icon => 'drakhosts', }, - "Hostname and DNS" => - { - binary => "$sbindir/drakconnect --internet", - embedded => 1, - description => N("Hostname and DNS"), - long_description => N("Set hostname and DNS"), - icon => 'drakhosts', - }, "Install Software" => { |