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, 11 insertions, 0 deletions
@@ -1,3 +1,5 @@ +- 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 b73c4536..a3cb4bfd 100755 --- a/control-center +++ b/control-center @@ -390,6 +390,7 @@ 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 1bacb2b0..38a1a567 100755 --- a/lib/MDV/Control_Center.pm +++ b/lib/MDV/Control_Center.pm @@ -262,6 +262,14 @@ 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" => { |