diff options
author | trhodes <trhodes@FreeBSD.org> | 2005-02-23 22:11:59 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2005-02-23 22:11:59 +0000 |
commit | 5e74dd0d39d32f2a0ba5b9e62dde7015b9255817 (patch) | |
tree | 377d2b891730fff28bd31b0d323eef77293fbbe0 /lib/libutil | |
parent | 235eb699e1ae3a95f2db6759c1f520cebd12f7b9 (diff) | |
download | FreeBSD-src-5e74dd0d39d32f2a0ba5b9e62dde7015b9255817.zip FreeBSD-src-5e74dd0d39d32f2a0ba5b9e62dde7015b9255817.tar.gz |
Make it more obvious that cap_mkdb(1) is required to rebuild the database.
PR: 76981
Submitted by: Lowell Gilbert <freebsd-bugs-local@be-well.ilk.org>
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/login.conf.5 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5 index adb2328..c8ebd02 100644 --- a/lib/libutil/login.conf.5 +++ b/lib/libutil/login.conf.5 @@ -74,6 +74,13 @@ All names but the last should be in lower case and contain no blanks; the last name may contain upper case characters and blanks for readability. .Pp +The +.Pa /etc/login.conf +file is not referenced directly by +.Xr login 1 +so changes will not take effect until +.Xr cap_mkdb 1 +is used to compile the file into a database. See .Xr getcap 3 for a more in-depth description of the format of a capability database. |