diff options
Diffstat (limited to 'templates/show/hardware/cpu')
-rw-r--r-- | templates/show/hardware/cpu/detail/node.def | 4 | ||||
-rw-r--r-- | templates/show/hardware/cpu/node.def | 2 | ||||
-rw-r--r-- | templates/show/hardware/cpu/summary/node.def | 2 |
3 files changed, 0 insertions, 8 deletions
diff --git a/templates/show/hardware/cpu/detail/node.def b/templates/show/hardware/cpu/detail/node.def deleted file mode 100644 index 2e3c616..0000000 --- a/templates/show/hardware/cpu/detail/node.def +++ /dev/null @@ -1,4 +0,0 @@ -help: Show system CPU details -run: less $_vyatta_less_options \ - --prompt=".cpu info" \ - -- /proc/cpuinfo diff --git a/templates/show/hardware/cpu/node.def b/templates/show/hardware/cpu/node.def deleted file mode 100644 index 653b558..0000000 --- a/templates/show/hardware/cpu/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show CPU info -run: lscpu diff --git a/templates/show/hardware/cpu/summary/node.def b/templates/show/hardware/cpu/summary/node.def deleted file mode 100644 index 6a6582a..0000000 --- a/templates/show/hardware/cpu/summary/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show CPU's on system -run: ${vyatta_bindir}/vyatta-cpu-summary.pl |