summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/show/system/boot-messages/all/node.def2
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 15f42d1..fdc8d69 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`