mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@195 d57e44dd-8a1f-0410-8b47-8ef2f437770f
9 lines
245 B
Bash
Executable File
9 lines
245 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Changing current debug state from full performance to full debug"
|
|
|
|
patch -p0 -R <scst-full_perf.patch && \
|
|
patch -p0 -R <usr-full_perf.patch && \
|
|
patch -p0 -R <qla2x00t-full_perf.patch && \
|
|
patch -p0 -R <iscsi-full_perf.patch
|