summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-03-03 12:16:24 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-03-03 12:16:24 +0000
commitbedbb5620a463f89fca39b3883bbfbce0b9bf2ce (patch)
tree02290cce2c175639d9526d8fd451ed33f8365cfa
parent12623404fe0cbdb304ee849488cf10b29fa3cc6d (diff)
downloadcontrol-center-bedbb5620a463f89fca39b3883bbfbce0b9bf2ce.tar
control-center-bedbb5620a463f89fca39b3883bbfbce0b9bf2ce.tar.gz
control-center-bedbb5620a463f89fca39b3883bbfbce0b9bf2ce.tar.bz2
control-center-bedbb5620a463f89fca39b3883bbfbce0b9bf2ce.tar.xz
control-center-bedbb5620a463f89fca39b3883bbfbce0b9bf2ce.zip
remove firewall wizard on warly request
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index 030f2a5a..19861233 100755
--- a/control-center
+++ b/control-center
@@ -243,7 +243,6 @@ my @tree =
[ "DHCP wizard", "dhcp", 'server-mdk', N("The DHCP wizard will help you configuring the DHCP services of your server") ],
[ "DNS Client wizard", "client", 'server-mdk', N("The DNS Client wizard will help you in adding a new client in your local DNS") ],
[ "DNS wizard", "dns", 'server-mdk', N("The DNS wizard will help you configuring the DNS services of your server.") ],
- [ "Firewall wizard", "firewall", 'server-mdk', N("The Firewall wizard will help you configuring your server firewall that will protects your internal network from unauthorized accesses from the Internet") ], #NEW
[ "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
@@ -624,6 +623,7 @@ Gtk2->main;
# when child properly exited
sub child_just_exited {
+ print "CHILD JUST EXITED\n";
$pending_app = 0;
$left_locked = 0;
clean_socket();