summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2002-02-26 07:23:24 +0000
committerMichael Haro <mharo@FreeBSD.org>2002-02-26 07:23:24 +0000
commitb6006e3b269db4b66ae81ac6625e37c0236e01dd (patch)
tree89e2cd4a820c7d44982c6c8960b6ea1e0478f05f /ftp
parentInitial import. (diff)
Sync pkg-message with reality
PR: 35323 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes
Notes: svn path=/head/; revision=55256
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
###