From 33d4ce5496efe96bbaa7663e298876395b1db62c Mon Sep 17 00:00:00 2001 From: Olivier Certner Date: Wed, 21 Jun 2023 10:39:47 +0200 Subject: [PATCH] login.conf(5): Document priority's special value 'inherit' Reviewed by: emaste, yuripv (older version) Approved by: emaste (mentor) MFC after: 3 days Sponsored by: Kumacom SAS Differential Revision: https://reviews.freebsd.org/D40691 --- lib/libutil/login.conf.5 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5 index 4a98ee818139..a749fe5519ab 100644 --- a/lib/libutil/login.conf.5 +++ b/lib/libutil/login.conf.5 @@ -262,6 +262,9 @@ so 21 maps to priority 0 in the idle class, 22 to 1, and so on until 52 which maps to 31; see .Xr idprio 1 .Pc . +Special value +.Ql inherit +prevents resetting the priority. .It "requirehome bool false Require a valid home directory to login." .It "setenv list A comma-separated list of environment variables and" values to which they are to be set.