]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
hyphen vs underscore
authorOtto Moerbeek <otto@drijf.net>
Mon, 16 Dec 2019 08:52:02 +0000 (09:52 +0100)
committerGitHub <noreply@github.com>
Mon, 16 Dec 2019 08:52:02 +0000 (09:52 +0100)
Co-Authored-By: Matt Nordhoff <mnordhoff@mattnordhoff.com>
pdns/recursordist/docs/upgrade.rst

index 129e46adff58ff5a877939c12f8971de05eeb0c9..347f18ebebb3941e26635f7ae777a259c2594c47 100644 (file)
@@ -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.