diff options
-rwxr-xr-x | control-center | 2 |
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(); |