summaryrefslogtreecommitdiff
path: root/op-mode-definitions
diff options
context:
space:
mode:
authorRunar Borge <runar@borge.nu>2018-06-08 10:34:19 +0200
committerRunar Borge <runar@borge.nu>2018-06-08 10:34:19 +0200
commit54796fb7d01fc4d118d7c95943326d1ae185642e (patch)
tree58599719a779b4fb47a936ae6d4c7eedf523ec7b /op-mode-definitions
parent3399149b8b07fa74229939bc64a3e573191b237b (diff)
downloadvyos-1x-54796fb7d01fc4d118d7c95943326d1ae185642e.tar.gz
vyos-1x-54796fb7d01fc4d118d7c95943326d1ae185642e.zip
T689: Removed less from commands in show hardware. using system pager insted.
Diffstat (limited to 'op-mode-definitions')
-rw-r--r--op-mode-definitions/show-hardware.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/op-mode-definitions/show-hardware.xml b/op-mode-definitions/show-hardware.xml
index 1339b9110..c1ee927cf 100644
--- a/op-mode-definitions/show-hardware.xml
+++ b/op-mode-definitions/show-hardware.xml
@@ -17,7 +17,7 @@
<properties>
<help> Show system CPU details</help>
</properties>
- <command>less $_vyatta_less_options --prompt='.cpu info' -- /proc/cpuinfo</command>
+ <command>cat /proc/cpuinfo</command>
</node>
<node name="summary">
<properties>
@@ -39,7 +39,7 @@
<properties>
<help>Show system RAM details</help>
</properties>
- <command>less $_vyatta_less_options --prompt='.mem info' -- /proc/meminfo</command>
+ <command>cat /proc/meminfo</command>
</node>
<node name="pci">