553e0f5788
* /var/empty has been in hier(7) since 4.x * User sshd has been in base since 4.x * Simplify a patch for realhostname_sa(3) usage - Remove SUID_SSH - It was removed from ssh in 2002 - Fix 'make test' - Add some hints into the patches on where they came from - Mirror all patches - Move LPK patch out of files/ - Remove the need for 2 patches * Removal of 'host-key check-config' in install phase * Adding -lutil - Add SCTP support [1] - Remove FILECONTROL as it has not been supported since the 5.8 update - Replace tab with space pkg-descr - Remove default WRKSRC - Add 'configtest' command to rc script - Mark X509 broken with other patches due to PATCH_DIST_STRIP=-p1 PR: ports/174570 [1] Submitted by: oleg <proler@gmail.com> [1] Obtained from: https://bugzilla.mindrot.org/show_bug.cgi?id=2016 (upstream) [1] Feature safe: yes
35 lines
849 B
Groff
35 lines
849 B
Groff
Document FreeBSD/port-specific paths
|
|
|
|
--- sshd.8.orig 2010-08-04 21:03:13.000000000 -0600
|
|
+++ sshd.8 2010-09-14 16:14:14.000000000 -0600
|
|
@@ -70,7 +70,7 @@
|
|
.Nm
|
|
listens for connections from clients.
|
|
It is normally started at boot from
|
|
-.Pa /etc/rc .
|
|
+.Pa /usr/local/etc/rc.d/openssh .
|
|
It forks a new
|
|
daemon for each incoming connection.
|
|
The forked daemons handle
|
|
@@ -384,8 +384,9 @@
|
|
If the login is on a tty, records login time.
|
|
.It
|
|
Checks
|
|
-.Pa /etc/nologin ;
|
|
-if it exists, prints contents and quits
|
|
+.Pa /etc/nologin and
|
|
+.Pa /var/run/nologin ;
|
|
+if one exists, it prints the contents and quits
|
|
(unless root).
|
|
.It
|
|
Changes to run with normal user privileges.
|
|
@@ -407,7 +408,8 @@
|
|
exists, runs it; else if
|
|
.Pa /etc/ssh/sshrc
|
|
exists, runs
|
|
-it; otherwise runs xauth.
|
|
+it; otherwise runs
|
|
+.Xr xauth 1 .
|
|
The
|
|
.Dq rc
|
|
files are given the X11
|