From b5150b21c54e25d918484b76591074711242726e Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 16 Dec 2019 09:52:02 +0100 Subject: [PATCH] hyphen vs underscore Co-Authored-By: Matt Nordhoff --- pdns/recursordist/docs/upgrade.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2