mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Post-repocopy cleanup.
Sponsored by: DARPA, NAI Labs
This commit is contained in:
parent
588c983274
commit
ab50ade43c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90093
@ -27,9 +27,6 @@
|
||||
LIB= pam_login_access
|
||||
SHLIB_NAME= pam_login_access.so
|
||||
SRCS= pam_login_access.c login_access.c
|
||||
CFLAGS+= -DLOGIN_ACCESS
|
||||
MAN= pam_login_access.8
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
||||
.PATH: ${.CURDIR}/../../../../usr.bin/login
|
||||
|
@ -7,7 +7,6 @@
|
||||
* Author: Wietse Venema, Eindhoven University of Technology, The Netherlands.
|
||||
*/
|
||||
|
||||
#ifdef LOGIN_ACCESS
|
||||
#if 0
|
||||
#ifndef lint
|
||||
static char sccsid[] = "%Z% %M% %I% %E% %U%";
|
||||
@ -27,8 +26,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include <syslog.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "login.h"
|
||||
#include "pathnames.h"
|
||||
#define _PATH_LOGACCESS "/etc/login.access"
|
||||
|
||||
/* Delimiters for fields and for lists of users, ttys or hosts. */
|
||||
|
||||
@ -236,4 +234,3 @@ const char *string;
|
||||
}
|
||||
return (NO);
|
||||
}
|
||||
#endif /* LOGIN_ACCES */
|
||||
|
Loading…
Reference in New Issue
Block a user