diff options
author | James Davidson <james.davidson@vyatta.com> | 2012-10-02 15:42:57 -0700 |
---|---|---|
committer | James Davidson <james.davidson@vyatta.com> | 2012-10-02 15:42:57 -0700 |
commit | 89efb0619ca2e113936da41622c32144dafa1c78 (patch) | |
tree | 4ad6322ce0a85c4d3c53e9213a10b46848d1b668 | |
parent | 61bf76cc71b973189b005b2fcc1a6f7cda211023 (diff) | |
download | vyatta-op-89efb0619ca2e113936da41622c32144dafa1c78.tar.gz vyatta-op-89efb0619ca2e113936da41622c32144dafa1c78.zip |
Fix use of LESSCLOSE
Fixes bug 3921
-rw-r--r-- | templates/show/system/boot-messages/all/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/system/boot-messages/all/node.def b/templates/show/system/boot-messages/all/node.def index fdc8d69..5a65654 100644 --- a/templates/show/system/boot-messages/all/node.def +++ b/templates/show/system/boot-messages/all/node.def @@ -1,5 +1,5 @@ help: Show all kernel boot messages -run: LESSOPEN="|/usr/bin/lesspipe %s" LESSCLOSE="|/usr/bin/lesspipe %s %s" \ +run: LESSOPEN="|/usr/bin/lesspipe %s" LESSCLOSE="/usr/bin/lesspipe %s %s" \ less $_vyatta_less_options \ --prompt=".boot-messages?m, file %i of %m., page %dt of %D" \ -- `printf "%s\n" /var/log/dmesg* | sort -nr` |