summaryrefslogtreecommitdiff
path: root/op-mode-definitions/terminal.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-08-22 20:41:11 +0200
committerChristian Poessinger <christian@poessinger.com>2021-08-22 20:41:19 +0200
commit536991d0c6f305256ce6ab5975d15116f027b7b6 (patch)
tree61ba4c8829c755b06980cbfc6a7bbb37fea66802 /op-mode-definitions/terminal.xml.in
parenta1873a39f4fb9e8445b772b3fc1697f55314888a (diff)
downloadvyos-1x-536991d0c6f305256ce6ab5975d15116f027b7b6.tar.gz
vyos-1x-536991d0c6f305256ce6ab5975d15116f027b7b6.zip
xml: op-mode: remove multiple "Reset a service" help definitions
That nasty workaround to always specify the same value for the node.def file as the help text is no longer necessary after commit 17b5ac14 ("T3165: op-mode: prevent override of populated node.def file with empty content". The redundant definitions are no longer necessary.
Diffstat (limited to 'op-mode-definitions/terminal.xml.in')
-rw-r--r--op-mode-definitions/terminal.xml.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/op-mode-definitions/terminal.xml.in b/op-mode-definitions/terminal.xml.in
index 9c4e629cb..2a76de146 100644
--- a/op-mode-definitions/terminal.xml.in
+++ b/op-mode-definitions/terminal.xml.in
@@ -40,7 +40,6 @@
</properties>
<command>builtin $3</command>
</tagNode>
-
<node name="console">
<properties>
<help>Control console behaviors</help>
@@ -54,13 +53,11 @@
</leafNode>
</children>
</node>
-
<node name="terminal">
<properties>
<help>Control terminal behaviors</help>
</properties>
<children>
-
<node name="key">
<properties>
<help>Set key behaviors</help>
@@ -77,7 +74,6 @@
</tagNode>
</children>
</node>
-
<node name="pager">
<properties>
<help>Set terminal pager to default (less)</help>
@@ -93,7 +89,6 @@
</properties>
<command>VYATTA_PAGER=$4</command>
</tagNode>
-
<tagNode name="length">
<properties>
<help>Set terminal to given number of rows (0 disables paging)</help>
@@ -103,7 +98,6 @@
</properties>
<command>if [ "$4" -eq 0 ]; then VYATTA_PAGER=cat; else VYATTA_PAGER=${_vyatta_default_pager}; stty rows $4; fi</command>
</tagNode>
-
<tagNode name="width">
<properties>
<help>Set terminal to given number of columns</help>
@@ -117,6 +111,4 @@
</node>
</children>
</node>
-
-
</interfaceDefinition>