diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-03-06 16:46:03 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-03-06 16:46:03 +0000 |
commit | 51017d593e103b83029537a414c83721ae5a1552 (patch) | |
tree | 4af2f74670453ccdf2254e734b507d7e5966a720 | |
parent | e6814d46101823c908ce55edf793e637543c12aa (diff) | |
download | control-center-51017d593e103b83029537a414c83721ae5a1552.tar control-center-51017d593e103b83029537a414c83721ae5a1552.tar.gz control-center-51017d593e103b83029537a414c83721ae5a1552.tar.bz2 control-center-51017d593e103b83029537a414c83721ae5a1552.tar.xz control-center-51017d593e103b83029537a414c83721ae5a1552.zip |
ensure only one tool per subject: remove wizards that do something
already done by another tool
-rwxr-xr-x | control-center | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/control-center b/control-center index 8fb641ff..e06491dc 100755 --- a/control-center +++ b/control-center @@ -251,11 +251,9 @@ my @tree = [ "DNS wizard", "dns", 'server-mdk', N("The DNS wizard will help you configuring the DNS services of your server.") ], [ "FTP wizard", "ftp", 'ftp-mdk', N("The FTP wizard will help you configuring the FTP Server for your network") ], [ "News wizard", "news", 'news-mdk', N("The News wizard will help you configuring the Internet News services for your network") ], - [ "NFS wizard", "nfs", 'news-mdk', N("The NFS wizard will help you configuring the NFS Server for your network") ], #NEW [ "Postfix wizard", "postfix", 'postfix-mdk', N("The Postfix wizard will help you configuring the Internet Mail services for your network") ], [ "Squid wizard", "proxy", 'web-mdk', N("The Proxy wizard will help you configuring a web caching proxy server") ], [ "Samba wizard", "samba", 'diskdrake_samba', N("The Samba wizard will help you configuring your server to behave as a file and print server for workstations running non-Linux systems") ], - [ "Server wizard", "server", 'diskdrake_samba', N("The Server wizard will help you configuring the basic networking services of your server") ], #NEW [ "Time wizard", "time", 'time-mdk', N("The Time wizard will help you to set the time of your server synchronized with an external time server") ], [ "Web wizard", "web", 'web-mdk', N("The Web wizard will help you configuring the Web Server for your network") ] ) |