Since the whole login.access feature has moved to PAM,
login.access.5 will be installed from the respective PAM module's src directory. MFC after: 3 days
This commit is contained in:
parent
4995e053c3
commit
f4b4b54f2b
@ -26,6 +26,6 @@
|
||||
|
||||
LIB= pam_login_access
|
||||
SRCS= pam_login_access.c login_access.c
|
||||
MAN= pam_login_access.8
|
||||
MAN= login.access.5 pam_login_access.8
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
@ -6,7 +6,7 @@ SRCS= login.c login_audit.c login_fbtab.c
|
||||
CFLAGS+=-DLOGALL
|
||||
DPADD= ${LIBUTIL} ${LIBPAM}
|
||||
LDADD= -lutil ${MINUSLPAM} -lbsm
|
||||
MAN= login.1 login.access.5
|
||||
|
||||
.if !defined(NO_SETUID_LOGIN)
|
||||
BINOWN= root
|
||||
BINMODE=4555
|
||||
|
Loading…
x
Reference in New Issue
Block a user