https://bugzilla.redhat.com/show_bug.cgi?id=977413
Bug ID: 977413 Summary: named: "PID file has been moved to /run/named/named.pid" should be documented Product: Fedora Documentation Version: devel Component: release-notes Severity: high Priority: unspecified Assignee: relnotes@fedoraproject.org Reporter: thozza@redhat.com QA Contact: docs-qa@lists.fedoraproject.org CC: oglesbyzm@gmail.com, relnotes@fedoraproject.org, wb8rcr@arrl.net
Description of problem: Since F19 the named PID file has been moved from default location (/var/run/named/named.pid) to new location (/run/named/named.pid).
If someone is using custom named.conf based on older Fedora (before F19), then they need to add a pid-file statement into options section to point to the new PID file location.
options { ... pid-file "/run/named/named.pid"; ... };
Version-Release number of selected component (if applicable): Fedora 19
Actual results: No documentation.
Expected results: Release note informing about this change or it should be somewhere documented.
Additional info: There is already F19 Bug #977191 cased by not informed user. Sorry for the late Bug. The change was made by previous maintainer and I'm not aware of any existing note warning about this.