]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix check conf test for referencing installation paths.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 16 Jul 2020 12:47:15 +0000 (14:47 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 16 Jul 2020 12:47:15 +0000 (14:47 +0200)
doc/Changelog
testdata/04-checkconf.tdir/bad.badfwd
testdata/04-checkconf.tdir/bad.user
testdata/04-checkconf.tdir/good.include-toplevel

index d7fb1e29880794e5c6afe1fdf5695fdb73e069b7..38987e7f19329b9423d00e649bd6f7ab279bdc8a 100644 (file)
@@ -1,3 +1,6 @@
+16 July 2020: Wouter
+       - Fix check conf test for referencing installation paths.
+
 16 July 2020: George
        - Introduce 'include-toplevel:' configuration option.
 
index 27d58c5ea0480192bbdd6cd278ea665c8dd259cb..139d31238481fba5c644886838694e109d79ffae 100644 (file)
@@ -2,6 +2,7 @@ server:
        # to make sure the check doesn't fail on username or chrootdir.
        username: ""    
        chroot: ""
+       directory: ""
 
 forward-zone:
        name: "example.com"
index 40631abb4f79c0911011cc85bab6c2cd196fe76d..ffa556e44fac9e6e0802f371109a40fdbba46c13 100644 (file)
@@ -1,2 +1,4 @@
 server:
        username: blabla_noexist_user
+       chroot: ""
+       directory: ""
index 91dc6980af29821582b8328c5febd5542a2ecb2d..e88df7d5653aa30427a58af113895990f0b355ab 100644 (file)
@@ -10,3 +10,7 @@ server: identity: "top 2"
 include-toplevel: include.includetop.withclauses.*
 include-toplevel: include.include.withclauses.*
 include-toplevel: include.include.withclauses.*
+server:
+       chroot: ""
+       directory: ""
+       username: ""