aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Kenna <cjk@cs.unc.edu>2010-10-22 17:35:58 -0400
committerChristopher Kenna <cjk@cs.unc.edu>2010-10-22 21:44:10 -0400
commitf96fd2faac2baed4d5d1d1b8ea124714e5cbce56 (patch)
treeac060409dc9afe1a8ec95853f9bf8581447e2b9c
parentc3566e210d4e466e97d84d4a190760c4e91766ac (diff)
Location change for the /proc loaded plugins file.
-rwxr-xr-xsetsched2
1 files changed, 1 insertions, 1 deletions
diff --git a/setsched b/setsched
index 750ccbf..bae94d4 100755
--- a/setsched
+++ b/setsched
@@ -3,7 +3,7 @@
3# setsched: facilitate changing the active scheduler plugin. 3# setsched: facilitate changing the active scheduler plugin.
4 4
5ADIR=/proc/litmus/active_plugin 5ADIR=/proc/litmus/active_plugin
6PDIR=/proc/litmus/plugins 6PDIR=/proc/litmus/plugins/loaded
7DIALOG=`which dialog` 7DIALOG=`which dialog`
8 8
9CHOICE=$1 9CHOICE=$1