From 1735a4e36565f806458f06878bba83b2e81f5e46 Mon Sep 17 00:00:00 2001 From: claudio Date: Fri, 29 Dec 2023 11:57:38 +0000 Subject: [PATCH] There is no default for the rtable login.conf capability. If it is not set it will use the current rtable. It will not force every login to the default (0) rtable. For that rtable should be set to 0. OK schwarze@ a long time ago --- share/man/man5/login.conf.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man5/login.conf.5 b/share/man/man5/login.conf.5 index 85805ec6bea..e2fad4fa34c 100644 --- a/share/man/man5/login.conf.5 +++ b/share/man/man5/login.conf.5 @@ -30,10 +30,10 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: login.conf.5,v 1.70 2022/03/31 17:27:23 naddy Exp $ +.\" $OpenBSD: login.conf.5,v 1.71 2023/12/29 11:57:38 claudio Exp $ .\" BSDI $From: login.conf.5,v 2.20 2000/06/26 14:50:38 prb Exp $ .\" -.Dd $Mdocdate: March 31 2022 $ +.Dd $Mdocdate: December 29 2023 $ .Dt LOGIN.CONF 5 .Os .Sh NAME @@ -284,7 +284,7 @@ Initial priority (nice) level. Require home directory to login. .\" .Pp -.It rtable Ta number Ta Dv 0 Ta +.It rtable Ta number Ta "" Ta Rtable to be set for the class. .\" .Pp -- 2.20.1