=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/login_cap.h,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- src/include/login_cap.h 2021/06/03 13:19:45 1.17 +++ src/include/login_cap.h 2022/02/10 13:06:07 1.18 @@ -1,4 +1,4 @@ -/* $OpenBSD: login_cap.h,v 1.17 2021/06/03 13:19:45 deraadt Exp $ */ +/* $OpenBSD: login_cap.h,v 1.18 2022/02/10 13:06:07 robert Exp $ */ /*- * Copyright (c) 1995,1997 Berkeley Software Design, Inc. All rights reserved. @@ -42,6 +42,7 @@ #define LOGIN_DEFSERVICE "login" #define LOGIN_DEFUMASK 022 #define _PATH_LOGIN_CONF "/etc/login.conf" +#define _PATH_LOGIN_CONF_D "/etc/login.conf.d" #define _PATH_AUTHPROGDIR "/usr/libexec/auth" #define _PATH_AUTHPROG "/usr/libexec/auth/login_"