diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-02-02 16:22:53 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-02-02 16:22:53 +0000 |
commit | a89402459458d872bb220c94d459b5d110411af1 (patch) | |
tree | 4a094b2e1f30329798064079d68494c01c31e9ed | |
parent | 69515d6d8eb89601490385e6690bb5177acc1877 (diff) | |
download | control-center-a89402459458d872bb220c94d459b5d110411af1.tar control-center-a89402459458d872bb220c94d459b5d110411af1.tar.gz control-center-a89402459458d872bb220c94d459b5d110411af1.tar.bz2 control-center-a89402459458d872bb220c94d459b5d110411af1.tar.xz control-center-a89402459458d872bb220c94d459b5d110411af1.zip |
unhide NIS+auto, install server and pxe server wizards
-rwxr-xr-x | control-center | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/control-center b/control-center index 594cbce6..26a3d57f 100755 --- a/control-center +++ b/control-center @@ -259,9 +259,9 @@ my @tree = [ "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") ]), - 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") ]), + [ 'Nis+autofs', "nisautofs", 'nisautofs', N("Configure NIS and Autofs") ], + [ "Install server", "installsrv", 'wizard-mdk', N("Configure installation server") ], + [ "Pxe", "pxe", 'pxe-server', N("Configure PXE") ], ) ] |