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: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@161835 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp
2008-12-08 20:55:54 +00:00
parent 5e7155ec1f
commit 2f51870263
2 changed files with 5 additions and 6 deletions

View File

@@ -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