diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-28 14:15:11 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-28 14:15:11 +0100 |
commit | edc7183f0f3a51594c21bdc9c7be48b7d0174644 (patch) | |
tree | a55938b4472953548bc7d0cdceadfabc54bcd61a /interface-definitions/system-time-zone.xml.in | |
parent | 501a59ba334ef86aee19c6c755fb421b72931bb9 (diff) | |
parent | b8d41c226d70b3cc5a45f6b8dceca323c8e18bb7 (diff) | |
download | vyos-1x-edc7183f0f3a51594c21bdc9c7be48b7d0174644.tar.gz vyos-1x-edc7183f0f3a51594c21bdc9c7be48b7d0174644.zip |
Merge branch 'system-migrations' of github.com:c-po/vyos-1x into current
* 'system-migrations' of github.com:c-po/vyos-1x:
ipv6: migrate 'system ipv6' subsystem to XML/Python
ip: migrate 'system ip' subsystem to XML/Python
time-zone: T1906: rename python script to system-timezone.py
Diffstat (limited to 'interface-definitions/system-time-zone.xml.in')
-rw-r--r-- | interface-definitions/system-time-zone.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/system-time-zone.xml.in b/interface-definitions/system-time-zone.xml.in index 1ef739735..ff815c9d3 100644 --- a/interface-definitions/system-time-zone.xml.in +++ b/interface-definitions/system-time-zone.xml.in @@ -2,7 +2,7 @@ <interfaceDefinition> <node name="system"> <children> - <leafNode name="time-zone" owner="${vyos_conf_scripts_dir}/timezone.py"> + <leafNode name="time-zone" owner="${vyos_conf_scripts_dir}/system-timezone.py"> <properties> <help>Local time zone (default UTC)</help> <priority>100</priority> |