diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-01-08 15:05:08 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-01-08 15:05:08 +0000 |
commit | 6108625cb97276aff8379562b790597113dec921 (patch) | |
tree | 6eeb8081e5f84731d96b61f0c4766d93e5e91482 /security/krb5-17/pkg-plist | |
parent | d88b3afd55c7320c5039ef5da3f91e4d9b3b1058 (diff) | |
download | ports-6108625cb97276aff8379562b790597113dec921.tar.gz ports-6108625cb97276aff8379562b790597113dec921.zip |
In order to make the MIT KRB5 port compatible with FreeBSD, the port
now makes use of login.conf and login.access. This is performed by
using FreeBSD login(1) instead of MIT KRB5 login.krb5(8).
The MIT KRB5 login.krb5(8) can still be used by specifying "-L" in
the klogind and telnetd arguments in inetd.conf. This is documented
in a new file called README.FreeBSD.
Reviewed by: nectar
Notes
Notes:
svn path=/head/; revision=52768
Diffstat (limited to 'security/krb5-17/pkg-plist')
-rw-r--r-- | security/krb5-17/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/krb5-17/pkg-plist b/security/krb5-17/pkg-plist index df48394c37cf..5170610a1b3d 100644 --- a/security/krb5-17/pkg-plist +++ b/security/krb5-17/pkg-plist @@ -102,6 +102,7 @@ sbin/sserver sbin/telnetd sbin/uuserver sbin/v5passwdd +share/doc/krb5/README.FreeBSD share/doc/krb5/admin.html share/doc/krb5/admin_foot.html share/doc/krb5/admin_toc.html |