]> git.ipfire.org Git - thirdparty/bind9.git/commit
new: usr: Print the full path of the working directory in startup log messages
authorArаm Sаrgsyаn <aram@isc.org>
Tue, 20 Aug 2024 17:30:26 +0000 (17:30 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Tue, 20 Aug 2024 17:30:26 +0000 (17:30 +0000)
commitcf53eac46e9df0681165e5fdcdd7d1c6cb4dfff7
tree77d2b751d80e83855528a7fd5242d311b179cb15
parent558ec133ea124741f4170b4c387bd2f53bd35575
parentfd8e1d161fc3e2d40497fec3a30df5973dc180fe
new: usr: Print the full path of the working directory in startup log messages

named now prints its initial working directory during startup and the
changed working directory when loading or reloading its configuration
file if it has a valid 'directory' option defined.

Closes #4731

Merge branch '4731-log-workdir-full-path' into 'main'

Closes #4731

See merge request isc-projects/bind9!9362