Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
all definitions are processed successfully.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the type in generated command templates.
|
|
|
|
|
|
By accident "type: txt" was removed from the wrong file...
|
|
... this is due to the fact that the XML generator will always add
"type: txt" to node.def files if no other type has been especially
defined.
This will break the following commands
* set service dns forwarding system
* set service dns forwarding ignore-hosts-file
because they will now have "type: txt" in their node.def file and this
will break the CLI commands. "type: txt" requires an argument but those
nodes did not in the past.
|
|
|
|
|
|
|
|
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.
|
|
makefiles.
|