summaryrefslogtreecommitdiff
path: root/docs/sudo_plugin_python.man.in
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@sudo.ws>2022-02-11 19:07:08 -0700
committerTodd C. Miller <Todd.Miller@sudo.ws>2022-02-11 19:07:08 -0700
commitf855502eff2c12df923580cd009fd49ffc341e96 (patch)
tree0586fd6eedd860177354e8a386eac3043ca62e91 /docs/sudo_plugin_python.man.in
parent9fa1d423e4ec743322defd57388594412253699e (diff)
downloadsudo-f855502eff2c12df923580cd009fd49ffc341e96.tar.gz
Substitute paths set by configure in examples. Bug #1023
Diffstat (limited to 'docs/sudo_plugin_python.man.in')
-rw-r--r--docs/sudo_plugin_python.man.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/sudo_plugin_python.man.in b/docs/sudo_plugin_python.man.in
index 156ce58d6..fb1f6ffa9 100644
--- a/docs/sudo_plugin_python.man.in
+++ b/docs/sudo_plugin_python.man.in
@@ -17,7 +17,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.TH "SUDO_PLUGIN_PYTHON" "5" "February 10, 2022" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
+.TH "SUDO_PLUGIN_PYTHON" "5" "February 11, 2022" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
.nh
.if n .ad l
.SH "NAME"
@@ -1613,12 +1613,12 @@ sudo.conf(@mansectform@)
with the program set to
\fIpython_plugin.so\fR.
For example, to store debug output in
-\fI/var/log/sudo_python_debug\fR,
+\fI@log_dir@/sudo_python_debug\fR,
use a line like the following:
.nf
.sp
.RS 4n
-Debug python_plugin.so /var/log/sudo_python_debug \e
+Debug python_plugin.so @log_dir@/sudo_python_debug \e
plugin@trace,c_calls@trace
.RE
.fi
@@ -1633,7 +1633,7 @@ calls, use:
.nf
.sp
.RS 4n
-Debug python_plugin.so /var/log/sudo_python_debug plugin@trace
+Debug python_plugin.so @log_dir@/sudo_python_debug plugin@trace
.RE
.fi
.PP
@@ -1741,7 +1741,7 @@ Plugin python_io python_plugin.so \e
ClassName=DebugDemoPlugin
Debug python_plugin.so \e
- /var/log/sudo_python_debug plugin@trace,c_calls@trace
+ @log_dir@/sudo_python_debug plugin@trace,c_calls@trace
.RE
.fi
.SS "Option conversion API"