summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-02-02 16:22:53 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-02-02 16:22:53 +0000
commita89402459458d872bb220c94d459b5d110411af1 (patch)
tree4a094b2e1f30329798064079d68494c01c31e9ed
parent69515d6d8eb89601490385e6690bb5177acc1877 (diff)
downloadcontrol-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-xcontrol-center6
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") ],
)
]