diff options
| author | Runar Borge <runar@borge.nu> | 2018-06-24 10:31:48 +0200 |
|---|---|---|
| committer | Runar Borge <runar@borge.nu> | 2018-06-24 10:31:48 +0200 |
| commit | db121fec464c96e8ba68a2469ed88d8f49d08b48 (patch) | |
| tree | 2e6cea86cf49e38d7d05b1350b432836647df7b0 | |
| parent | 598f1e0385c3e3d797ebe172d4e9acba88038993 (diff) | |
| download | vyos-1x-db121fec464c96e8ba68a2469ed88d8f49d08b48.tar.gz vyos-1x-db121fec464c96e8ba68a2469ed88d8f49d08b48.zip | |
T689: Removed show host date, it's a duplicate of show date
| -rw-r--r-- | op-mode-definitions/show-host.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/op-mode-definitions/show-host.xml b/op-mode-definitions/show-host.xml index 39c6c3acc..0eb342463 100644 --- a/op-mode-definitions/show-host.xml +++ b/op-mode-definitions/show-host.xml @@ -7,13 +7,6 @@ <help>Show host information</help> </properties> <children> - <leafNode name="date"> - <properties> - <help>Show host current date</help> - </properties> - <command>/bin/date</command> - </leafNode> - <leafNode name="domain"> <properties> <help>Show domain name</help> |
