aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2002-02-26 15:23:24 +0800
committermharo <mharo@FreeBSD.org>2002-02-26 15:23:24 +0800
commit9bd7df1addf805f4de6f6ce7fb94f80a5841b390 (patch)
treecc158133400e30c71831874cf08ec68c08971cb8 /ftp
parent3be76098b1f3219fc44ada8bed5ccf103908eacf (diff)
downloadfreebsd-ports-gnome-9bd7df1addf805f4de6f6ce7fb94f80a5841b390.tar.gz
freebsd-ports-gnome-9bd7df1addf805f4de6f6ce7fb94f80a5841b390.tar.zst
freebsd-ports-gnome-9bd7df1addf805f4de6f6ce7fb94f80a5841b390.zip
Sync pkg-message with reality
PR: 35323 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Diffstat (limited to 'ftp')
-rw-r--r--ftp/proftpd-devel/pkg-message10
-rw-r--r--ftp/proftpd/pkg-message10
2 files changed, 10 insertions, 10 deletions
diff --git a/ftp/proftpd-devel/pkg-message b/ftp/proftpd-devel/pkg-message
index a17c40e818c4..c9cfcdbe940b 100644
--- a/ftp/proftpd-devel/pkg-message
+++ b/ftp/proftpd-devel/pkg-message
@@ -1,8 +1,8 @@
###
-As of proftpd 1.2.0rc3 and later, you need to edit /etc/pam.conf to add
-support for ftp. To do so, add the following three lines to this file:
+Make sure you have the following lines in your PAM configuration file
+so that ProFTPd's PAM module can authenticate users correctly.
-ftp auth required pam_unix.so try_first_pass
-ftp account required pam_unix.so try_first_pass
-ftp session required pam_permit.so
+ftpd auth required pam_unix.so try_first_pass
+ftpd account required pam_unix.so try_first_pass
+ftpd session required pam_permit.so
###
diff --git a/ftp/proftpd/pkg-message b/ftp/proftpd/pkg-message
index a17c40e818c4..c9cfcdbe940b 100644
--- a/ftp/proftpd/pkg-message
+++ b/ftp/proftpd/pkg-message
@@ -1,8 +1,8 @@
###
-As of proftpd 1.2.0rc3 and later, you need to edit /etc/pam.conf to add
-support for ftp. To do so, add the following three lines to this file:
+Make sure you have the following lines in your PAM configuration file
+so that ProFTPd's PAM module can authenticate users correctly.
-ftp auth required pam_unix.so try_first_pass
-ftp account required pam_unix.so try_first_pass
-ftp session required pam_permit.so
+ftpd auth required pam_unix.so try_first_pass
+ftpd account required pam_unix.so try_first_pass
+ftpd session required pam_permit.so
###