Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
17270
for
trunk/FACT++/start.sh
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
10/20/13 17:00:44 (
11 years
ago)
Author:
tbretz
Message:
Start fadctrl with a higher I/O priority.
File:
1 edited
trunk/FACT++/start.sh
(modified)
(
3 diffs
)
Legend:
Unmodified
Added
Removed
trunk/FACT++/start.sh
r15332
r17270
14
14
fi
15
15
16
if [ "$CALL" -eq "fadctrl" ]; then
17
NICE=ionice -c 2 -n 0
18
fi
19
16
20
# echo DIR=$DIR
17
21
# echo PRG=$PRG
…
…
26
30
fi
27
31
28
echo COMMAND=$
CMD
32
echo COMMAND=$
NICE $
CMD
29
33
echo
30
34
…
…
41
45
fi
42
46
43
$
CMD
47
$
NICE $
CMD
44
48
RC=$?
45
49
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive