summaryrefslogtreecommitdiffstats
path: root/login-utils/runuser.1
diff options
context:
space:
mode:
authorStanislav Brabec2019-01-10 01:28:54 +0100
committerKarel Zak2019-01-10 12:26:38 +0100
commit86f42e5a2a9d8a483ad0ca85fdf090172fb4d385 (patch)
tree084902943111cabee7202c09b391b4348acf527c /login-utils/runuser.1
parentsu-common.c: prefer /etc/default/su over login.defs (diff)
downloadkernel-qcow2-util-linux-86f42e5a2a9d8a483ad0ca85fdf090172fb4d385.tar.gz
kernel-qcow2-util-linux-86f42e5a2a9d8a483ad0ca85fdf090172fb4d385.tar.xz
kernel-qcow2-util-linux-86f42e5a2a9d8a483ad0ca85fdf090172fb4d385.zip
su-common.c: prefer ENV_SUPATH over ENV_ROOTPATH
ENV_SUPATH and ENV_ROOTPATH are equivalent and ENV_ROOTPATH takes precedence in both login and su. It makes no sense. More logical would be precedence of ENV_SUPATH in su and ENV_ROOTPATH in login. Signed-off-by: Stanislav Brabec <sbrabec@suse.cz>
Diffstat (limited to 'login-utils/runuser.1')
-rw-r--r--login-utils/runuser.12
1 files changed, 1 insertions, 1 deletions
diff --git a/login-utils/runuser.1 b/login-utils/runuser.1
index bf0d02471..221672200 100644
--- a/login-utils/runuser.1
+++ b/login-utils/runuser.1
@@ -183,7 +183,7 @@ default value is
.B ENV_SUPATH
(string)
.RS 4
-Defines the PATH environment variable for root. The default value is
+Defines the PATH environment variable for root. ENV_SUPATH takes precedence. The default value is
.IR /usr/local/sbin:\:/usr/local/bin:\:/sbin:\:/bin:\:/usr/sbin:\:/usr/bin .
.RE
.PP