summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-09-12 12:36:12 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-09-12 12:36:12 +0000
commit17f937aa88ba4620afa79fca689e4b3e2dc7cc43 (patch)
treef89768cb6dbce2fe8dc4427aca63dd0f415a3a74
parent487c8be7b28740ac20b265d57b06d7cccf3bd8e0 (diff)
downloadcontrol-center-17f937aa88ba4620afa79fca689e4b3e2dc7cc43.tar
control-center-17f937aa88ba4620afa79fca689e4b3e2dc7cc43.tar.gz
control-center-17f937aa88ba4620afa79fca689e4b3e2dc7cc43.tar.bz2
control-center-17f937aa88ba4620afa79fca689e4b3e2dc7cc43.tar.xz
control-center-17f937aa88ba4620afa79fca689e4b3e2dc7cc43.zip
add:
- tools: draknfs, drakhosts, draksambashare - wizards: sambashare, sambaprint, sshd
-rwxr-xr-xcontrol-center39
1 files changed, 39 insertions, 0 deletions
diff --git a/control-center b/control-center
index e6ee7da3..ffe91626 100755
--- a/control-center
+++ b/control-center
@@ -342,6 +342,17 @@ my %programs =
},
+ "Hosts" =>
+ {
+ binary => "$sbindir/drakhosts",
+ embedded => 1,
+ description => N("Hosts definitions"),
+ long_description => N("Manage hosts definitions"),
+ icon => 'harddrake-mdk',
+ application_driven_menu => 1,
+ },
+
+
"Install Software" =>
{
binary => "$sbindir/rpmdrake",
@@ -500,6 +511,16 @@ my %programs =
},
+ "NFS exports" =>
+ {
+ binary => "$sbindir/draknfs",
+ embedded => 1,
+ description => N("Manage NFS shares"),
+ long_description => N("Manage NFS shares"),
+ icon => 'draknfs',
+ },
+
+
"Package stats" =>
{
binary => "$sbindir/drakstats",
@@ -601,6 +622,15 @@ my %programs =
},
+ "Samba configuration" =>
+ {
+ binary => "$sbindir/draksambashare",
+ embedded => 1,
+ description => N("Manage Samba configuration"),
+ long_description => N("Manage configuration of Samba"),
+ icon => 'draksambashare',
+ },
+
"Scanner" =>
{
binary => "$sbindir/scannerdrake",
@@ -744,6 +774,12 @@ my @tree =
[ "Samba wizard", "samba", 'samba_server-mdk', N("Configure Samba"),
N("Set up a file and print server for workstations running Linux and non-Linux systems"),
],
+ [ "Manage Samba share", "sambashare", 'wizard-mdk', N("Manage Samba share"),
+ N("Manage, create special share, create public/user share"), 1,
+ ],
+ [ "Samba printing", "sambaprint", 'wizard-sambaprint', N("Samba printing configuration"),
+ N("Enable or disable printers in your Samba server configuration"), 1,
+ ],
[ "Web wizard", "apache2", 'web_server-mdk', N("Configure web server"),
N("Set up a web server"),
],
@@ -769,6 +805,9 @@ my @tree =
[ "Time wizard", "ntp", 'ntp_server-mdk', N("Configure time"),
N("Set the time of the server to be synchronized with an external time server"),
],
+ [ "SSHD wizard", "ntp", 'wizard-sshd', N("OpenSSH daemon configuration"),
+ N("OpenSSH daemon configuration"),
+ ],
),
),
]