summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2008-07-10 16:55:32 -0700
committerAn-Cheng Huang <ancheng@vyatta.com>2008-07-10 16:55:32 -0700
commit10ca4cd0c4ab9cb268d301f75e7f73fca340651a (patch)
treefda7a68d01a228bcbe0a0842bb69eaf176c6d59b /functions
parent12389b69ceff66a1642d28f904c1685b7421f719 (diff)
downloadvyatta-op-10ca4cd0c4ab9cb268d301f75e7f73fca340651a.tar.gz
vyatta-op-10ca4cd0c4ab9cb268d301f75e7f73fca340651a.zip
fix for bug 3451: add messages output
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/tech-support3
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