diff options
-rw-r--r-- | ftp/proftpd-devel/Makefile | 3 | ||||
-rw-r--r-- | ftp/proftpd-devel/pkg-message | 10 | ||||
-rw-r--r-- | ftp/proftpd/Makefile | 3 | ||||
-rw-r--r-- | ftp/proftpd/pkg-message | 10 |
4 files changed, 0 insertions, 26 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile index 9581a01e538e..a08177abc960 100644 --- a/ftp/proftpd-devel/Makefile +++ b/ftp/proftpd-devel/Makefile @@ -269,9 +269,6 @@ post-install: @${INSTALL} -d ${EXAMPLESDIR}/ @cd ${WRKSRC}/doc/howto/ && ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR}/ .endif -.if !defined(WITHOUT_PAM) - @${CAT} ${PKGMESSAGE} -.endif .if defined(WITH_CTRLS) @${INSTALL_PROGRAM} ${WRKSRC}/ftpdctl ${PREFIX}/sbin/ @${INSTALL_MAN} ${WRKSRC}/src/ftpdctl.8 ${MAN8PREFIX}/man/man8/ diff --git a/ftp/proftpd-devel/pkg-message b/ftp/proftpd-devel/pkg-message deleted file mode 100644 index 06527e650493..000000000000 --- a/ftp/proftpd-devel/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - -Make sure you have the following lines in your PAM configuration file -so that ProFTPd's PAM module can authenticate users correctly. - -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/Makefile b/ftp/proftpd/Makefile index 9581a01e538e..a08177abc960 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -269,9 +269,6 @@ post-install: @${INSTALL} -d ${EXAMPLESDIR}/ @cd ${WRKSRC}/doc/howto/ && ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR}/ .endif -.if !defined(WITHOUT_PAM) - @${CAT} ${PKGMESSAGE} -.endif .if defined(WITH_CTRLS) @${INSTALL_PROGRAM} ${WRKSRC}/ftpdctl ${PREFIX}/sbin/ @${INSTALL_MAN} ${WRKSRC}/src/ftpdctl.8 ${MAN8PREFIX}/man/man8/ diff --git a/ftp/proftpd/pkg-message b/ftp/proftpd/pkg-message deleted file mode 100644 index 06527e650493..000000000000 --- a/ftp/proftpd/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - -Make sure you have the following lines in your PAM configuration file -so that ProFTPd's PAM module can authenticate users correctly. - -ftpd auth required pam_unix.so try_first_pass -ftpd account required pam_unix.so try_first_pass -ftpd session required pam_permit.so - -* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * |