diff --git a/docs/sudo.conf.man.in b/docs/sudo.conf.man.in index 61ec25048..2abfb8f02 100644 --- a/docs/sudo.conf.man.in +++ b/docs/sudo.conf.man.in @@ -754,7 +754,7 @@ front-end configuration # The compiled-in value is usually sufficient and should only be changed # if you rename or move the sudo_intercept.so file. # -#Path intercept @plugindir@/sudo_intercept.so +#Path intercept @intercept_file@ # # Sudo noexec: @@ -768,7 +768,7 @@ front-end configuration # The compiled-in value is usually sufficient and should only be changed # if you rename or move the sudo_noexec.so file. # -#Path noexec @plugindir@/sudo_noexec.so +#Path noexec @noexec_file@ # # Sudo plugin directory: diff --git a/docs/sudo.conf.mdoc.in b/docs/sudo.conf.mdoc.in index be4ba4434..7485c6d2a 100644 --- a/docs/sudo.conf.mdoc.in +++ b/docs/sudo.conf.mdoc.in @@ -686,7 +686,7 @@ front-end configuration # The compiled-in value is usually sufficient and should only be changed # if you rename or move the sudo_intercept.so file. # -#Path intercept @plugindir@/sudo_intercept.so +#Path intercept @intercept_file@ # # Sudo noexec: @@ -700,7 +700,7 @@ front-end configuration # The compiled-in value is usually sufficient and should only be changed # if you rename or move the sudo_noexec.so file. # -#Path noexec @plugindir@/sudo_noexec.so +#Path noexec @noexec_file@ # # Sudo plugin directory: