diff options
author | Tom Grennan <tgrennan@vyatta.com> | 2008-03-20 13:43:35 -0700 |
---|---|---|
committer | Tom Grennan <tgrennan@vyatta.com> | 2008-03-20 13:43:35 -0700 |
commit | 6695763f68fbf3acfb6c69739deca28217eaf8ef (patch) | |
tree | 395b48e2e2dd9268b9e480ae883f900a1b1b5ffc /templates/show/system/boot-messages/node.def | |
parent | fbdbc9d257bd6682f9b70323e90469f188ea0dd0 (diff) | |
download | vyatta-op-6695763f68fbf3acfb6c69739deca28217eaf8ef.tar.gz vyatta-op-6695763f68fbf3acfb6c69739deca28217eaf8ef.zip |
fix bug 3017
don't pipe through VYATTA_PAGER if run_cmd itself is a pager or tail
Diffstat (limited to 'templates/show/system/boot-messages/node.def')
-rw-r--r-- | templates/show/system/boot-messages/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/system/boot-messages/node.def b/templates/show/system/boot-messages/node.def index 7cfe5d3..ee5ae38 100644 --- a/templates/show/system/boot-messages/node.def +++ b/templates/show/system/boot-messages/node.def @@ -1,2 +1,2 @@ help: Show most recent kernel boot messages -run: ${vyatta_bindir}/vyatta-show-dmesg +run: less $_vyatta_less_options /var/log/dmesg |