diff options
author | rbalocca <rbalocca@vyatta.com> | 2008-07-16 14:16:37 -0700 |
---|---|---|
committer | rbalocca <rbalocca@vyatta.com> | 2008-07-16 14:16:37 -0700 |
commit | f3971ac7bc0989ad4bfb842138be3eee4ac84b17 (patch) | |
tree | 930e72e7e5e336c9e4e1cb851323e940ab4b5609 /functions | |
parent | 438beb1133c14cd3bf6bf16a1fb99fc63973a9de (diff) | |
parent | 34b70e943b9b8b133434ab7705e2543feee85c8c (diff) | |
download | vyatta-op-f3971ac7bc0989ad4bfb842138be3eee4ac84b17.tar.gz vyatta-op-f3971ac7bc0989ad4bfb842138be3eee4ac84b17.zip |
Merge branch 'hollywood' into islavista
Diffstat (limited to 'functions')
-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 |