From: Otto Moerbeek Date: Mon, 16 Dec 2019 08:52:02 +0000 (+0100) Subject: hyphen vs underscore X-Git-Tag: auth-4.3.0-beta1~56^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b5150b21c54e25d918484b76591074711242726e;p=thirdparty%2Fpdns.git hyphen vs underscore Co-Authored-By: Matt Nordhoff --- diff --git a/pdns/recursordist/docs/upgrade.rst b/pdns/recursordist/docs/upgrade.rst index 129e46adff..347f18ebeb 100644 --- a/pdns/recursordist/docs/upgrade.rst +++ b/pdns/recursordist/docs/upgrade.rst @@ -14,7 +14,7 @@ Lua Netmask class methods changed ``socket-dir`` changed ^^^^^^^^^^^^^^^^^^^^^^ The default :ref:`setting-socket-dir` has changed to include ``pdns-recursor`` in the path. -For non-chrooted setups, it is now whatever is passed to ``--with-socketdir`` during configure (``/var/run`` by default) plus ``pdns_recursor``. +For non-chrooted setups, it is now whatever is passed to ``--with-socketdir`` during configure (``/var/run`` by default) plus ``pdns-recursor``. The systemd unit-file is updated to reflect this change and systemd will automatically create the directory with the proper permissions. The packaged sysV init-script also creates this directory. For other operating systems, update your init-scripts accordingly.