Bug 239121

Summary: Inconsistent usage of nologin path
Product: Documentation Reporter: Alexander Borkowski <alexander.borkowski>
Component: Books & ArticlesAssignee: Sergey Kandaurov <pluknet>
Status: Closed FIXED    
Severity: Affects Only Me CC: pluknet
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Alexander Borkowski 2019-07-10 20:05:10 UTC
In the handbook section 13.2.1. "Preventing Logins" the path to nologin is used inconsistently: The first time the path is given as /sbin/nologin, the other two times as /usr/sbin/nologin. Looking at bug #116758 it should likely be /usr/sbin/nologin in the first instance as well.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-07-18 11:31:41 UTC
A commit references this bug:

Author: pluknet
Date: Thu Jul 18 11:31:35 UTC 2019
New revision: 53262
URL: https://svnweb.freebsd.org/changeset/doc/53262

Log:
  Consistent use of /usr/sbin/nologin.

  PR:		239121

Changes:
  head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml
  head/en_US.ISO8859-1/books/handbook/security/chapter.xml
Comment 2 Sergey Kandaurov freebsd_committer freebsd_triage 2019-07-18 11:37:20 UTC
Committed, thanks.