Please see the attached patches for fixing the script error while configuring ltp-kdump

Regards,
Ciju
--- kdump/master        2007-05-23 16:55:57.000000000 +0530
+++ master      2007-08-23 20:22:37.000000000 +0530
@@ -71,7 +71,7 @@ run_test()
                        fi
                fi
           fi
-          if [ $DISTRO == "RH" ]; then
+          if [ $DISTRO == "SUSE" ]; then
                #
                 # Verify results of previous test
                 #
--- kdump/setup 2007-05-25 14:20:36.000000000 +0530
+++ setup       2007-08-23 20:27:20.000000000 +0530
@@ -24,7 +24,6 @@ LINUX_2_6_16=2616
 arch=`uname -m`
 if [ `echo $arch |grep -e "i[3-6]86"` ]
 then
-        CRASHKERNEL=$X86_CRASHKERNEL
         ARCH=1
 else if [ $arch == "x86_64" ]
 then
@@ -247,7 +246,6 @@ if [ -f /bin/rpm ]; then
        fi
        if [ $DISTRO == "RH" ]; then
        chkconfig crond on
-       service crond restart
        fi
 else
        echo "There is no rpm on your machine."
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to