Include the default sqlite3 database as well. This is easier than
documenting everything and it would just work.
EXTRA_DIST = README logging.spec tsig_keys.spec
datasrc.spec: datasrc.spec.pre
- $(SED) -e "s|@@PKGDATADIR@@|$(pkgdatadir)|" datasrc.spec.pre >$@
+ $(SED) -e "s|@@PKGDATADIR@@|$(pkgdatadir)|;s|@@LOCALSTATEDIR@@|$(localstatedir)|" datasrc.spec.pre >$@
config_plugindir = @prefix@/share/@PACKAGE@/config_plugins
config_plugin_DATA = logging.spec tsig_keys.spec datasrc.spec
"item_type": "named_set",
"item_optional": false,
"item_default": {
+ "IN": [
+ {
+ "type": "sqlite3",
+ "params": {
+ "database_file": "@@LOCALSTATEDIR@@/@PACKAGE@/zone.sqlite3"
+ }
+ }
+ ],
"CH": [
{
"type": "static",