aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-08 20:55:54 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-08 20:55:54 +0000
commit38636d9026682770806c23f1065bf0111b87917b (patch)
treee9a1211503882045c0b44ab56f67acc8ef2cff41 /contrib
parentde66f05ff390fa71a226e5586e395c823c33532f (diff)
Merged revisions 161830 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r161830 | file | 2008-12-08 16:53:50 -0400 (Mon, 08 Dec 2008) | 2 lines Update autosupport script with a few changes. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@161835 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'contrib')
-rw-r--r--contrib/scripts/autosupport2
-rw-r--r--contrib/scripts/autosupport.89
2 files changed, 5 insertions, 6 deletions
diff --git a/contrib/scripts/autosupport b/contrib/scripts/autosupport
index 3eeb706e0..e08b4a132 100644
--- a/contrib/scripts/autosupport
+++ b/contrib/scripts/autosupport
@@ -10,7 +10,7 @@
# License
#
-OUTPUT=$HOME/digiuminfo
+OUTPUT=$HOME/digiuminfo.txt
MYUID=$(id -u);
diff --git a/contrib/scripts/autosupport.8 b/contrib/scripts/autosupport.8
index e356fcdbb..50949e956 100644
--- a/contrib/scripts/autosupport.8
+++ b/contrib/scripts/autosupport.8
@@ -7,7 +7,7 @@
.B autosupport
.SH DESCRIPTION
-.B autoasupport
+.B autosupport
is a script that is normally run by a user contacting Digium's support
to automate gathering support information.
@@ -15,14 +15,13 @@ It will probe the system for some configuration and run-time information,
and will also prompt the user for some optional access information (IP
address, login and password).
-The information is written to /root/digiuminfo which the user is expected
+The information is written to /root/digiuminfo.txt which the user is expected
to attach to a support ticket to Digium.
-The script must be run as root as it reads Asterisk's configuration and
-the disk information using hdparm(8).
+The script must be run as root.
.SH FILES
-.B /root/digiuminfo
+.B /root/digiuminfo.txt
.RS
The output of the script goes there
.RE