summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rwxr-xr-xcontrol-center1
-rwxr-xr-xlib/MDV/Control_Center.pm8
3 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 37798da4..ee8bfd1b 100644
--- a/NEWS
+++ b/NEWS
@@ -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" =>
{