summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdrakxconf1
-rwxr-xr-xlib/MDV/Control_Center.pm10
2 files changed, 11 insertions, 0 deletions
diff --git a/drakxconf b/drakxconf
index 3d2bfee2..e5c0b7bc 100755
--- a/drakxconf
+++ b/drakxconf
@@ -34,6 +34,7 @@ my @l = map {
{ des => N("Users and groups"), cmd => 'adduserdrake' },
{ des => N("Services"), cmd => 'drakxservices' },
{ des => N("Firewall"), cmd => 'drakfirewall' },
+ { des => N("Firewall6"), cmd => 'drakfirewall6' },
{ des => N("Boot loader"), cmd => 'drakboot' },
{ des => N("Auto Install"), cmd => 'drakautoinst' },
{ des => N("Internet connection sharing"), cmd => 'drakgw' },
diff --git a/lib/MDV/Control_Center.pm b/lib/MDV/Control_Center.pm
index a81d4064..a7930338 100755
--- a/lib/MDV/Control_Center.pm
+++ b/lib/MDV/Control_Center.pm
@@ -179,6 +179,16 @@ our %programs =
},
+ "Firewall6" =>
+ {
+ binary => "drakfirewall6",
+ embedded => 1,
+ description => N("Set up your personal IPv6 firewall"),
+ long_description => N("Set up a personal IPv6 firewall in order to protect the computer and the network"),
+ icon => 'firewall6-mdk',
+ },
+
+
"Fonts" =>
{
binary => "drakfont",