diff options
author | Daniil Baturin <daniil@baturin.org> | 2017-09-08 00:50:23 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2017-09-08 00:50:23 +0200 |
commit | 8964d2aaf758962704214fb4325b45c0c11134fa (patch) | |
tree | db64c127d6bb7c94e5f0ead1c696a2346f572f91 /interface-definitions | |
parent | b626e36f45a5cb24da4b69ec6de06ea84710e9bd (diff) | |
download | vyos-1x-8964d2aaf758962704214fb4325b45c0c11134fa.tar.gz vyos-1x-8964d2aaf758962704214fb4325b45c0c11134fa.zip |
Fix handling of tag and multi nodes in the convertor.
Ugly fixup in the makefile to delete generated node.def's that are now in other packages.
Adjust the cron interface definition to better match the old templates.
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/cron.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/interface-definitions/cron.xml b/interface-definitions/cron.xml index 1982ac87c..8ea291a2e 100644 --- a/interface-definitions/cron.xml +++ b/interface-definitions/cron.xml @@ -3,11 +3,14 @@ <!-- Cron configuration --> <interfaceDefinition> - <node name="system" owner="vyos-update-cron"> + <node name="system"> <children> <node name="task-scheduler"> + <properties> + <help>Task scheduler settings</help> + </properties> <children> - <tagNode name="task"> + <tagNode name="task" owner="${vyatta_sbindir}/vyos-update-crontab.py"> <properties> <help>Scheduled task</help> <valueHelp> |