464547 Fixed issue with mysqld scripts not processing - crapy handling of stdin/

Authored and Committed by Steve Barnes 12 years ago
29 files changed. 154 lines added. 60 lines removed.
    Fixed issue with mysqld scripts not processing - crapy handling of stdin/
    positional parameters in the t_Process function. Renamed t_ProcessFolder to
    t_Process. Added test scripts for procinfo, strace and iptraf. Added a helper
    function t_ServiceControl which just calls /sbin/service $1 $2 but sleeps for
    a bit to avoid subsequent test scripts that rely on open network ports from
    automatically failing because they're being executed too quickly.
    
        
file modified
+11 -6
file modified
+7 -4
file modified
+20 -6
file modified
+2 -2
file modified
+3 -3
file modified
+3 -1
file modified
+5 -2