aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/scripts/autosupport13
1 files changed, 5 insertions, 8 deletions
diff --git a/contrib/scripts/autosupport b/contrib/scripts/autosupport
index 3eeb706e0..2fc975a54 100644
--- a/contrib/scripts/autosupport
+++ b/contrib/scripts/autosupport
@@ -67,7 +67,7 @@ if [ "$ans" = "y" ]; then
uname -a >> $OUTPUT;
echo >> $OUTPUT;
echo >> $OUTPUT;
-
+
echo "------------------" >> $OUTPUT;
echo "CPU INFO" >> $OUTPUT;
echo "------------------" >> $OUTPUT;
@@ -106,7 +106,7 @@ if [ "$ans" = "y" ]; then
modinfo /lib/modules/$(uname -r)/dahdi/*.ko >> $OUTPUT;
echo >> $OUTPUT;
echo >> $OUTPUT;
-
+
echo "------------------" >> $OUTPUT;
echo "OTHER INFO" >> $OUTPUT;
echo "------------------" >> $OUTPUT;
@@ -129,9 +129,9 @@ if [ "$ans" = "y" ]; then
echo >> $OUTPUT;
echo "------------------" >> $OUTPUT;
- echo "ZTTEST" >> $OUTPUT;
+ echo "DAHDI_TEST" >> $OUTPUT;
echo "------------------" >> $OUTPUT;
- zttest -c 20 >> $OUTPUT;
+ dahdi_test -c 20 >> $OUTPUT;
echo >> $OUTPUT;
echo >> $OUTPUT;
@@ -212,7 +212,7 @@ if [ "$login" = "y" ]; then
echo "Additional login info: "$adinfo >> $OUTPUT
clear
- echo
+ echo
echo "All information has been stored in $OUTPUT,"
echo "Please attach this file to an email case you already"
echo "have open with Digium Tech Support."
@@ -225,6 +225,3 @@ else
echo "have open with Digium Tech Support."
exit
fi
-
-
-