diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-08-17 17:25:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-17 17:25:06 +0200 |
commit | 3acb6381bc2a56e70a58b3a19ae817473f8dd5f4 (patch) | |
tree | afffc8ef2e6fbc246cd63f144db1b2ed016078b3 /op-mode-definitions/show-date.xml | |
parent | f6836850812eb7826c40c866eb61a03e36f431ab (diff) | |
parent | 353ab3b0c3f8a6c48f242a4c9cdcebed70f9a022 (diff) | |
download | vyos-1x-3acb6381bc2a56e70a58b3a19ae817473f8dd5f4.tar.gz vyos-1x-3acb6381bc2a56e70a58b3a19ae817473f8dd5f4.zip |
Merge pull request #28 from alkersan/ntp_show
T689: Added show ntp op mode definition
Diffstat (limited to 'op-mode-definitions/show-date.xml')
-rw-r--r-- | op-mode-definitions/show-date.xml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/op-mode-definitions/show-date.xml b/op-mode-definitions/show-date.xml deleted file mode 100644 index 705172b39..000000000 --- a/op-mode-definitions/show-date.xml +++ /dev/null @@ -1,30 +0,0 @@ -<?xml version="1.0"?> -<interfaceDefinition> - <node name="show"> - <children> - <node name="date"> - <properties> - <help>Show system time and date</help> - </properties> - <command>/bin/date</command> - <children> - <node name="utc"> - <properties> - <help>Show system date and time as Coordinated Universal Time</help> - </properties> - <command>/bin/date -u</command> - <children> - <leafNode name="maya"> - <properties> - <help>Show UTC date in Maya calendar format</help> - </properties> - <command>${vyos_op_scripts_dir}/maya_date.py $(date +%s)</command> - </leafNode> - </children> - </node> - </children> - </node> - - </children> - </node> -</interfaceDefinition> |