diff --git a/OPTIONS b/OPTIONS index 91cb890abe..1642c2cdf8 100644 --- a/OPTIONS +++ b/OPTIONS @@ -18,5 +18,5 @@ Setting Description -DCHECK_LOCAL=0 Don't check out-of-zone addresses in named-checkzone -DNS_RUN_PID_DIR=0 Create default PID files in ${localstatedir}/run - rather than ${localstatedir}/run/{named,lwresd}/ + rather than ${localstatedir}/run/named/ diff --git a/OPTIONS.md b/OPTIONS.md index 311dbbb7fc..bb8f05d523 100644 --- a/OPTIONS.md +++ b/OPTIONS.md @@ -19,4 +19,4 @@ Some of these settings are: |`-DNS_CLIENT_DROPPORT=0`|Disable dropping queries from particular well-known ports:| |`-DCHECK_SIBLING=0`|Don't check sibling glue in `named-checkzone`| |`-DCHECK_LOCAL=0`|Don't check out-of-zone addresses in `named-checkzone`| -|`-DNS_RUN_PID_DIR=0`|Create default PID files in `${localstatedir}/run` rather than `${localstatedir}/run/{named,lwresd}/`| +|`-DNS_RUN_PID_DIR=0`|Create default PID files in `${localstatedir}/run` rather than `${localstatedir}/run/named/`|