mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
6108625cb9
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
12 lines
424 B
Plaintext
12 lines
424 B
Plaintext
--- appl/bsd/Makefile.in.orig Wed Feb 28 14:06:43 2001
|
|
+++ appl/bsd/Makefile.in Mon Dec 31 21:52:45 2001
|
|
@@ -28,7 +28,7 @@
|
|
-DUCB_RSH=\"$(UCB_RSH)\" -DUCB_RCP=\"$(UCB_RCP)\"
|
|
|
|
DEFINES = $(RSH) $(BSD) $(RPROGS) \
|
|
- -DLOGIN_PROGRAM=\"$(SERVER_BINDIR)/login.krb5\" -DKPROGDIR=\"$(CLIENT_BINDIR)\"
|
|
+ -DLOGIN_PROGRAM=\"/usr/bin/login\" -DKPROGDIR=\"$(CLIENT_BINDIR)\"
|
|
|
|
all:: rsh rcp rlogin kshd klogind login.krb5 $(V4RCP)
|
|
|