diff options
| author | Karel Zak <kzak@redhat.com> | 2006-12-07 00:26:26 +0100 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2006-12-07 00:26:26 +0100 |
| commit | b22550fa1506e7cf4101bacc694842678908aaf2 (patch) | |
| tree | f447dc9c312f7b75ea8a3c5df5d2a5bb6726160b /login-utils | |
| parent | d162fcb550a77875c8f58fda0e0a0bd91f211c99 (diff) | |
| download | util-linux-old-b22550fa1506e7cf4101bacc694842678908aaf2.tar.gz | |
Imported from util-linux-2.12k tarball.
Diffstat (limited to 'login-utils')
| -rw-r--r-- | login-utils/login.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/login-utils/login.1 b/login-utils/login.1 index 17b26933..29590f94 100644 --- a/login-utils/login.1 +++ b/login-utils/login.1 @@ -65,9 +65,9 @@ exists (other environment variables are preserved if the .B \-p option is used). Then the HOME, PATH, SHELL, TERM, MAIL, and LOGNAME environment variables are set. PATH defaults to -.I /usr/local/bin:/bin:/usr/bin:. +.I /usr/local/bin:/bin:/usr/bin for normal users, and to -.I /sbin:/bin:/usr/sbin:/usr/bin +.I /usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin for root. Last, if this is not a "quiet" login, the message of the day is printed and the file with the user's name in .I /usr/spool/mail |
