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
233 B
Bash
Executable File
9 lines
233 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Changing current debug state from full debug to full performance"
|
|
|
|
patch -p0 <scst-full_perf.patch && \
|
|
patch -p0 <usr-full_perf.patch && \
|
|
patch -p0 <qla2x00t-full_perf.patch && \
|
|
patch -p0 <iscsi-full_perf.patch
|