summaryrefslogtreecommitdiffstats
path: root/drakwizard.pl
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2006-06-21 08:53:36 +0000
committerAntoine Ginies <aginies@mandriva.com>2006-06-21 08:53:36 +0000
commit4a6671b8ab500aa7742cb468ea2ab29d6451e3fa (patch)
treee107325fd3108883726c36ba7a28cb3a718cbd1b /drakwizard.pl
parent2336df509951e61fe31876d6df1d6f2caa91ee84 (diff)
downloaddrakwizard-4a6671b8ab500aa7742cb468ea2ab29d6451e3fa.tar
drakwizard-4a6671b8ab500aa7742cb468ea2ab29d6451e3fa.tar.gz
drakwizard-4a6671b8ab500aa7742cb468ea2ab29d6451e3fa.tar.bz2
drakwizard-4a6671b8ab500aa7742cb468ea2ab29d6451e3fa.tar.xz
drakwizard-4a6671b8ab500aa7742cb468ea2ab29d6451e3fa.zip
- add a third NTP server server
- fix layout of various wizards - remove sambaprint wizard (user should now use draksambashare) - fix ftp default port to 21 - disable kolab and inn wizards (don't know how to use/fix them, help welcome)
Diffstat (limited to 'drakwizard.pl')
-rwxr-xr-xdrakwizard.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/drakwizard.pl b/drakwizard.pl
index 6689560b..e3b7410f 100755
--- a/drakwizard.pl
+++ b/drakwizard.pl
@@ -42,7 +42,7 @@ my %all_wizards = (
apache2 => [ 'Apache', N("Apache2 web server"), { ver => 2 } ],
samba => [ 'Samba', N("Samba server") ],
sambashare => [ 'Sambashare', N("Manage Samba share") ],
- sambaprint => [ 'Sambaprint', N("Manage Samba print") ],
+# sambaprint => [ 'Sambaprint', N("Manage Samba print") ], # user should use draksambashare
postfix => [ 'Postfix', N("Mail server") ],
if_(member('proxy_wizard', all($::Wiz_dir)),
nisautofs => [ 'Nisautofs', N("NIS server autofs map") ],
@@ -53,9 +53,9 @@ my %all_wizards = (
ntp => [ 'Ntp', N("Time server") ],
dhcp => [ 'Dhcp', N("DHCP server") ],
bind => [ 'Bind', N("DNS server") ],
- inn => [ 'Inn', N("News server") ],
+# inn => [ 'Inn', N("News server") ],
nfs => [ 'NFS', N("NFS server") ],
- kolab => [ 'Kolab', N("Kolab server") ],
+# kolab => [ 'Kolab', N("Kolab server") ],
proftpd => [ 'Proftpd', N("FTP server") ],
),
);