Current time: 04-25-2024, 05:16 PM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ticket #2425
Author Message
sci2tech Away
Senior Member
****

Posts: 1,285
Joined: Jan 2007
Reputation: 23
Post: #17
RE: ticket #2425
As posted by author, is not.
Patch:
Code:
Index: ispcp-rqst-mngr
===================================================================
--- ispcp-rqst-mngr    (revision 3238)
+++ ispcp-rqst-mngr    (working copy)
@@ -458,42 +458,7 @@
        }
    }

-    if ($dmn_count > 0 || $sub_count > 0 || $als_count > 0 || $mail_count > 0 ||
-        $alssub_count > 0) {

-        $rs = sys_command(
-            "$main::ispcp_serv_mngr $dmn_count $sub_count $als_count " .
-            "$mail_count $alssub_count 1>$main::ispcp_serv_mngr_stdout " .
-            "2>$main::ispcp_serv_mngr_stderr"
-        );
-
-        if ($rs != 0) {
-            if (-e $main::ispcp_serv_mngr_el) {
-                my $rs1;
-
-                # removing 'sys_command()' error message;
-                pop_el(\@main::el);
-
-                ($rs1, $rdata) = get_el_error($main::ispcp_serv_mngr_el);
-                return $rs1 if ($rs1 != 0);
-
-                push_el(\@main::el, $main::ispcp_serv_mngr, $rdata);
-            }
-
-            if (!defined($main::engine_debug)) {
-                del_file($main::ispcp_serv_mngr_stdout);
-                del_file($main::ispcp_serv_mngr_stderr);
-            }
-
-            return $rs;
-        }
-
-        if (!defined($main::engine_debug)) {
-            del_file($main::ispcp_serv_mngr_stdout);
-            del_file($main::ispcp_serv_mngr_stderr);
-        }
-    }
-
    #
    # .htusers management BEGIN.
    #
@@ -856,6 +821,42 @@
    # Domains data deletion END
    #

+    if ($dmn_count > 0 || $sub_count > 0 || $als_count > 0 || $mail_count > 0 ||
+        $alssub_count > 0) {
+
+        $rs = sys_command(
+            "$main::ispcp_serv_mngr $dmn_count $sub_count $als_count " .
+            "$mail_count $alssub_count 1>$main::ispcp_serv_mngr_stdout " .
+            "2>$main::ispcp_serv_mngr_stderr"
+        );
+
+        if ($rs != 0) {
+            if (-e $main::ispcp_serv_mngr_el) {
+                my $rs1;
+
+                # removing 'sys_command()' error message;
+                pop_el(\@main::el);
+
+                ($rs1, $rdata) = get_el_error($main::ispcp_serv_mngr_el);
+                return $rs1 if ($rs1 != 0);
+
+                push_el(\@main::el, $main::ispcp_serv_mngr, $rdata);
+            }
+
+            if (!defined($main::engine_debug)) {
+                del_file($main::ispcp_serv_mngr_stdout);
+                del_file($main::ispcp_serv_mngr_stderr);
+            }
+
+            return $rs;
+        }
+
+        if (!defined($main::engine_debug)) {
+            del_file($main::ispcp_serv_mngr_stdout);
+            del_file($main::ispcp_serv_mngr_stderr);
+        }
+    }
+
    push_el(\@main::el, 'mngr_engine()', 'Ending...');

    0;
08-30-2010 01:54 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
ticket #2425 - sci2tech - 08-19-2010, 03:29 PM
RE: ticket #2425 - sci2tech - 08-23-2010, 06:02 AM
RE: ticket #2425 - Nuxwin - 08-23-2010, 06:31 AM
RE: ticket #2425 - sci2tech - 08-23-2010, 06:37 AM
RE: ticket #2425 - Nuxwin - 08-23-2010, 07:35 AM
RE: ticket #2425 - kilburn - 08-23-2010, 08:43 AM
RE: ticket #2425 - Nuxwin - 08-23-2010, 08:48 AM
RE: ticket #2425 - RatS - 08-23-2010, 04:19 PM
RE: ticket #2425 - Nuxwin - 08-23-2010, 04:27 PM
RE: ticket #2425 - sci2tech - 08-24-2010, 04:48 AM
RE: ticket #2425 - Nuxwin - 08-24-2010, 05:37 AM
RE: ticket #2425 - sci2tech - 08-24-2010, 06:44 AM
RE: ticket #2425 - Nuxwin - 08-24-2010, 06:48 AM
RE: ticket #2425 - sci2tech - 08-24-2010, 06:54 AM
RE: ticket #2425 - sci2tech - 08-28-2010, 06:43 AM
RE: ticket #2425 - Nuxwin - 08-28-2010, 07:41 AM
RE: ticket #2425 - sci2tech - 08-30-2010 01:54 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)