diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-08-12 15:45:39 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-08-12 15:45:39 -0700 |
commit | 73df0b13144b701c505c60a63dd7757db40ec834 (patch) | |
tree | cd6b8585767a4abb59c75d8684f3a01abf05d2de /functions/tech-support | |
parent | b5ae403ac6e34b887731cbee23979f4fc141b69e (diff) | |
parent | 7d0eb3566db26114a0b57af6491cb7b6844ccea8 (diff) | |
download | vyatta-op-hollywood.tar.gz vyatta-op-hollywood.zip |
Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-op into hollywoodvyatta/3.1.4hollywood
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 |