mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Replace "/etc/nologin" with "/var/run/nologin" in manpage to reflect
reality. Submitted by: maintainer
This commit is contained in:
parent
e77469b7f9
commit
16f88ddba9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97274
2 changed files with 11 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= ftpd-tls
|
||||
PORTVERSION= 20031008
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= ftp security
|
||||
MASTER_SITES= ftp://ftp.zeist.de/pub/distfiles/ \
|
||||
ftp://ftp.runestig.com/pub/ftpd-tls/
|
||||
|
|
|
@ -45,7 +45,14 @@
|
|||
when this file exists.
|
||||
.It Fl U
|
||||
Each concurrent
|
||||
@@ -182,14 +182,14 @@
|
||||
@@ -176,20 +176,20 @@
|
||||
.El
|
||||
.Pp
|
||||
The file
|
||||
-.Pa /etc/nologin
|
||||
+.Pa /var/run/nologin
|
||||
can be used to disable ftp access.
|
||||
If the file exists,
|
||||
.Nm
|
||||
displays it and exits.
|
||||
If the file
|
||||
|
@ -107,7 +114,8 @@
|
|||
-.It Pa /etc/ftpwelcome
|
||||
+.It Pa %%PREFIX%%/etc/ftpd-tls/ftpwelcome
|
||||
welcome notice
|
||||
.It Pa /etc/nologin
|
||||
-.It Pa /etc/nologin
|
||||
+.It Pa /var/run/nologin
|
||||
displayed and access refused
|
||||
.It Pa /var/run/utmp
|
||||
list of users on the system
|
||||
|
|
Loading…
Add table
Reference in a new issue