diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-07-17 06:11:59 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-07-17 06:11:59 +0000 |
commit | 2960e9f2b1eae94bdcd80801950e077cd05c0cad (patch) | |
tree | 2b2453c328beff0377ece54240381212ddbee470 /ftp | |
parent | 74256ff6680ef17e981d8a3c5ea000e93d5e4b33 (diff) |
Notes
Diffstat (limited to 'ftp')
-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 - -* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * |