aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_access
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2024-08-26 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2024-08-26 08:00:00 +0000
commit3f4b8cd77c8ceeb61ddbb82743deed6f111ec0ec (patch)
tree1fe6b38690b13b5c6b61fe43059f19a5de179f73 /modules/pam_access
parentaca37d3400e31ef01f3f79b64dd8660d872aaf8f (diff)
downloadpam-3f4b8cd77c8ceeb61ddbb82743deed6f111ec0ec.tar.gz
pam-3f4b8cd77c8ceeb61ddbb82743deed6f111ec0ec.tar.bz2
pam-3f4b8cd77c8ceeb61ddbb82743deed6f111ec0ec.zip
build: rename VENDOR_SCONFIGDIR config.h macro to VENDOR_SCONFIG_DIR
... for the same reason SCONFIGDIR config.h macro was renamed to SCONFIG_DIR.
Diffstat (limited to 'modules/pam_access')
-rw-r--r--modules/pam_access/pam_access.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/pam_access/pam_access.c b/modules/pam_access/pam_access.c
index f54b4b33..bfbc6d57 100644
--- a/modules/pam_access/pam_access.c
+++ b/modules/pam_access/pam_access.c
@@ -58,9 +58,9 @@
#define PAM_ACCESS_CONFIG (SCONFIG_DIR "/access.conf")
#define ACCESS_CONF_GLOB (SCONFIG_DIR "/access.d/*.conf")
-#ifdef VENDOR_SCONFIGDIR
-#define VENDOR_PAM_ACCESS_CONFIG (VENDOR_SCONFIGDIR "/access.conf")
-#define VENDOR_ACCESS_CONF_GLOB (VENDOR_SCONFIGDIR "/access.d/*.conf")
+#ifdef VENDOR_SCONFIG_DIR
+#define VENDOR_PAM_ACCESS_CONFIG (VENDOR_SCONFIG_DIR "/access.conf")
+#define VENDOR_ACCESS_CONF_GLOB (VENDOR_SCONFIG_DIR "/access.d/*.conf")
#endif
/* login_access.c from logdaemon-5.6 with several changes by A.Nogin: */