diff options
author | beech <beech@FreeBSD.org> | 2007-07-17 14:11:59 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2007-07-17 14:11:59 +0800 |
commit | b2baaf84c1c2fb191153f3bb258aac75aac38020 (patch) | |
tree | ea7d4a08f350f586da8896a15811955d5271e276 | |
parent | 3e011033e4d667ca2fd8d8ffe274b78b7b73527a (diff) | |
download | freebsd-ports-gnome-b2baaf84c1c2fb191153f3bb258aac75aac38020.tar.gz freebsd-ports-gnome-b2baaf84c1c2fb191153f3bb258aac75aac38020.tar.zst freebsd-ports-gnome-b2baaf84c1c2fb191153f3bb258aac75aac38020.zip |
- Remove pkg-message (no longer valid).
Reported by: Hartleigh Burton <hburton@mraentertainment.com> (user)
Approved by: sat (mentor)
-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 - -* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * |