diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-07-10 16:55:32 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-07-10 16:55:32 -0700 |
commit | 10ca4cd0c4ab9cb268d301f75e7f73fca340651a (patch) | |
tree | fda7a68d01a228bcbe0a0842bb69eaf176c6d59b /functions/tech-support | |
parent | 12389b69ceff66a1642d28f904c1685b7421f719 (diff) | |
download | vyatta-op-10ca4cd0c4ab9cb268d301f75e7f73fca340651a.tar.gz vyatta-op-10ca4cd0c4ab9cb268d301f75e7f73fca340651a.zip |
fix for bug 3451: add messages output
Diffstat (limited to 'functions/tech-support')
-rwxr-xr-x | functions/tech-support | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/functions/tech-support b/functions/tech-support index 18647f1..73b5eb6 100755 --- a/functions/tech-support +++ b/functions/tech-support @@ -225,6 +225,9 @@ done header wanrouter conflog wanrouter conflog +header /var/log/messages +tail -n 250 /var/log/messages + header "END OF TECH-SUPPORT FILE" ) 1>&$OUT 2>&1 |