diff options
author | murray <murray@FreeBSD.org> | 2003-05-05 06:25:03 +0000 |
---|---|---|
committer | murray <murray@FreeBSD.org> | 2003-05-05 06:25:03 +0000 |
commit | d7153c6134ab033f5bb89e669b4deada5287758d (patch) | |
tree | 3e3211c7b616e311d3aef79d37a3dfadbfa0b722 /lib/libutil | |
parent | 4a197c3eaa7e1b96540464743b21147da931d54c (diff) | |
download | FreeBSD-src-d7153c6134ab033f5bb89e669b4deada5287758d.zip FreeBSD-src-d7153c6134ab033f5bb89e669b4deada5287758d.tar.gz |
Backout last commit. It is redundant in -CURRENT.
Pointed out by: David Schultz
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/login.conf.5 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5 index 457396c..c3b91cf 100644 --- a/lib/libutil/login.conf.5 +++ b/lib/libutil/login.conf.5 @@ -358,7 +358,7 @@ when terminating sessions. login sessions will be accounted. .It "host.exempt list List of remote host wildcards from which login session accounting is exempted. -.It "idletime time Maximum idle time before logout (unused). +.It "idletime time Maximum idle time before logout. .It "minpasswordlen number 6 The minimum length a local password may be. .It "mixpasswordcase bool true Whether @@ -396,10 +396,6 @@ Similarly with the and .Em host.exempt lists. -.Sh BUGS -The -.Em idletime -setting is not enforced. .Sh SEE ALSO .Xr cap_mkdb 1 , .Xr login 1 , |