From 6a9cec2af8d570cf9d457e1bad271418fb424842 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Thu, 2 Feb 2023 08:00:00 +0000 Subject: pam_env: do not hardcode /usr/etc into documentation * modules/pam_env/pam_env.conf.5.xml: Replace /usr/etc with %vendordir%. Fixes: 6135c45347b6 ("pam_env: Use vendor specific pam_env.conf and environment as fallback") --- modules/pam_env/pam_env.conf.5.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/pam_env/pam_env.conf.5.xml b/modules/pam_env/pam_env.conf.5.xml index 662ff0a0..56b816b9 100644 --- a/modules/pam_env/pam_env.conf.5.xml +++ b/modules/pam_env/pam_env.conf.5.xml @@ -18,7 +18,7 @@ DESCRIPTION - The /usr/etc/security/pam_env.conf and + The %vendordir%/security/pam_env.conf and /etc/security/pam_env.conf files specify the environment variables to be set, unset or modified by pam_env8. @@ -67,7 +67,7 @@ - The /usr/etc/environment and /etc/environment files specify + The %vendordir%/environment and /etc/environment files specify the environment variables to be set. These files must consist of simple NAME=VALUE pairs on separate lines. The pam_env8 @@ -146,4 +146,4 @@ pam_env was written by Dave Kinchlea <kinch@kinch.ark.com>. - \ No newline at end of file + -- cgit v1.2.1