summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudio Matsuoka <claudio@mandriva.com>2010-03-08 19:11:45 +0000
committerClaudio Matsuoka <claudio@mandriva.com>2010-03-08 19:11:45 +0000
commit5d4f1ad1d4e3cb14fb7590830d629ed2d8ffda65 (patch)
tree8937a2abbb57c0258acb93c47583ab96a96f5055
parenteafbe3a19e734f56f1ad4131c9e329a48e8eac9f (diff)
downloadcontrol-center-5d4f1ad1d4e3cb14fb7590830d629ed2d8ffda65.tar
control-center-5d4f1ad1d4e3cb14fb7590830d629ed2d8ffda65.tar.gz
control-center-5d4f1ad1d4e3cb14fb7590830d629ed2d8ffda65.tar.bz2
control-center-5d4f1ad1d4e3cb14fb7590830d629ed2d8ffda65.tar.xz
control-center-5d4f1ad1d4e3cb14fb7590830d629ed2d8ffda65.zip
Previous changes reverted (drakconnect --internet should not be added)
-rw-r--r--NEWS2
-rwxr-xr-xcontrol-center1
-rwxr-xr-xlib/MDV/Control_Center.pm8
3 files changed, 0 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index ee8bfd1b..37798da4 100644
--- a/NEWS
+++ b/NEWS
@@ -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" =>
{