summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2004-01-04 13:56:20 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2004-01-04 13:56:20 +0000
commit16f88ddba9f1570b9665f3509e0167cbd3ae0ae0 (patch)
tree975a4a227aca81c5dbee2143286d2c80613fa58b /ftp
parent- Update to 0.4.0 (diff)
Replace "/etc/nologin" with "/var/run/nologin" in manpage to reflect
reality. Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=97274
Diffstat (limited to 'ftp')
-rw-r--r--ftp/ftpd-tls/Makefile1
-rw-r--r--ftp/ftpd-tls/files/patch-ftpd.8.TLS12
2 files changed, 11 insertions, 2 deletions
diff --git a/ftp/ftpd-tls/Makefile b/ftp/ftpd-tls/Makefile
index d06b5d82972b..9f1bcea3a766 100644
--- a/ftp/ftpd-tls/Makefile
+++ b/ftp/ftpd-tls/Makefile
@@ -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/
diff --git a/ftp/ftpd-tls/files/patch-ftpd.8.TLS b/ftp/ftpd-tls/files/patch-ftpd.8.TLS
index 1a5d57e30326..cb18f91f5ce6 100644
--- a/ftp/ftpd-tls/files/patch-ftpd.8.TLS
+++ b/ftp/ftpd-tls/files/patch-ftpd.8.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