Bug 239121 - Inconsistent usage of nologin path
Summary: Inconsistent usage of nologin path
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Sergey Kandaurov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-10 20:05 UTC by Alexander Borkowski
Modified: 2019-07-18 11:37 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.