aboutsummaryrefslogtreecommitdiff
path: root/security/krb5-113
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2017-03-14 03:06:23 +0000
committerCy Schubert <cy@FreeBSD.org>2017-03-14 03:06:23 +0000
commitbb89fb943eb48e90207c18a1df4d68dc37599bc5 (patch)
tree0c09f55a1170722e56ea23350f8bfce54e394317 /security/krb5-113
parentd97f43e9ecab73a4a10e1c6ea8bf117bc0616316 (diff)
downloadports-bb89fb943eb48e90207c18a1df4d68dc37599bc5.tar.gz
ports-bb89fb943eb48e90207c18a1df4d68dc37599bc5.zip
Remove redundant file that should have been removed in r253265.
PR: 217552 Submitted by: John W. O'brien <john@saltant.com> Differential Revision: D9889
Notes
Notes: svn path=/head/; revision=436121
Diffstat (limited to 'security/krb5-113')
-rw-r--r--security/krb5-113/Makefile4
-rw-r--r--security/krb5-113/files/README.FreeBSD32
2 files changed, 1 insertions, 35 deletions
diff --git a/security/krb5-113/Makefile b/security/krb5-113/Makefile
index d31d17a83af5..edb814fbc35d 100644
--- a/security/krb5-113/Makefile
+++ b/security/krb5-113/Makefile
@@ -3,7 +3,7 @@
PORTNAME= krb5
PORTVERSION= 1.13.7
-PORTREVISION= 5
+PORTREVISION= 7
CATEGORIES= security
MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/
.if !defined(MASTERDIR)
@@ -133,8 +133,6 @@ post-install:
done | ${TAIL} -r >> ${TMPPLIST}
.endif
${ECHO_CMD} @dir share/doc/krb5 >> ${TMPPLIST}
- @${SED} "s%\${PREFIX}%${PREFIX}%" ${FILESDIR}/README.FreeBSD > ${STAGEDIR}${PREFIX}/share/doc/krb5/README.FreeBSD
- @${CHMOD} 444 ${STAGEDIR}${PREFIX}/share/doc/krb5/README.FreeBSD
post-install-LDAP-on:
${MKDIR} ${STAGEDIR}${DATADIR}
diff --git a/security/krb5-113/files/README.FreeBSD b/security/krb5-113/files/README.FreeBSD
deleted file mode 100644
index e888e689eb04..000000000000
--- a/security/krb5-113/files/README.FreeBSD
+++ /dev/null
@@ -1,32 +0,0 @@
-The MIT KRB5 port provides its own login program at
-${PREFIX}/sbin/login.krb5. However, login.krb5 does not make use of
-the FreeBSD login.conf and login.access files that provide a means of
-setting up and controlling sessions under FreeBSD. To overcome this,
-the MIT KRB5 port uses the FreeBSD /usr/bin/login program to provide
-interactive login password authentication instead of the login.krb5
-program provided by MIT KRB5. The FreeBSD /usr/bin/login program does
-not have support for Kerberos V password authentication,
-e.g. authentication at the console. The pam_krb5 port must be used to
-provide Kerberos V password authentication.
-
-For more information about pam_krb5, please see pam(8) and pam_krb5(8).
-
-If you wish to use login.krb5 that is provided by the MIT KRB5 port,
-the arguments "-L ${PREFIX}/sbin/login.krb5" must be
-specified as arguments to klogind and KRB5 telnetd, e.g.
-
-klogin stream tcp nowait root ${PREFIX}/sbin/klogind klogind -k -c -L ${PREFIX}/sbin/login.krb5
-eklogin stream tcp nowait root ${PREFIX}/sbin/klogind klogind -k -c -e -L ${PREFIX}/sbin/login.krb5
-telnet stream tcp nowait root ${PREFIX}/sbin/telnetd telnetd -a none -L ${PREFIX}/sbin/login.krb5
-
-Additionally, if you wish to use the MIT KRB5 provided login.krb5 instead
-of the FreeBSD provided /usr/bin/login for local tty logins,
-"lo=${PREFIX}/sbin/login.krb5" must be specified in /etc/gettytab, e.g.,
-
-default:\
- :cb:ce:ck:lc:fd#1000:im=\r\n%s/%m (%h) (%t)\r\n\r\n:sp#1200:\
- :if=/etc/issue:\
- :lo=${PREFIX}/sbin/login.krb5:
-
-It is recommended that the FreeBSD /usr/bin/login be used with the
-pam_krb5 port instead of the MIT KRB5 provided login.krb5.