summaryrefslogtreecommitdiff
path: root/xpp/init_card_3_23
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/init_card_3_23')
-rwxr-xr-xxpp/init_card_3_238
1 files changed, 7 insertions, 1 deletions
diff --git a/xpp/init_card_3_23 b/xpp/init_card_3_23
index 07b059a..f000ec8 100755
--- a/xpp/init_card_3_23
+++ b/xpp/init_card_3_23
@@ -45,7 +45,13 @@ INIT_DIR=`dirname $0`
export XPP_BASE=/proc/xpp
LOGGER="logger -s -t $me"
-exec 2> /tmp/results
+## If you wish to trace this script:
+#exec 2> /tmp/xpp_init_$XPD_NAME
+## Altenativly, if you have multiple XPDs:
+#exec 2> /tmp/xpp_init_$XBUS_NAME_$XPD_NAME
+#set -x
+
+# redirect script output to the "slics" (registers command) file:
exec 1> "$XPP_BASE/$XPD_BUS/$XPD_NAME/slics"
$LOGGER -p kern.info "$XPD_BUS/$XPD_NAME: Calibrating '$0'"