diff options
-rwxr-xr-x | control-center | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/control-center b/control-center index 3144c84c..40da28d9 100755 --- a/control-center +++ b/control-center @@ -259,7 +259,11 @@ my @tree = [ "Squid wizard", "squid", 'drakproxy-mdk', N("Configure proxy") ], [ "Samba wizard", "samba", 'samba_server-mdk', N("Configure Samba") ], [ "Time wizard", "ntp", 'ntp_server-mdk', N("Configure time") ], - [ "Web wizard", "apache2", 'web_server-mdk', N("Configure web") ]) + [ "Web wizard", "apache2", 'web_server-mdk', N("Configure web") ]), + if_(0, [ 'Nis+autofs', "nisautofs", 'wizard-mdk', N("Configure NIS and Autofs") ]), + if_(0, [ "Install server", "installsrv", 'wizard-mdk', N("Configure installation server") ]), + if_(0, [ "Pxe", "pxe", 'wizard-mdk', N("Configure PXE") ]), + ) ] ]), |