From 17baeb65a913fb1793d0142b20087b10a7f88e37 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Mon, 24 Oct 2022 18:03:42 +0200 Subject: [PATCH] configure: update use_devicesfile in example.conf Example.conf missed to properly replace default value for use_devicesfile setting and left there @VAR@. --- configure | 2 ++ configure.ac | 1 + 2 files changed, 3 insertions(+) diff --git a/configure b/configure index 742012569..ccd5a5938 100755 --- a/configure +++ b/configure @@ -747,6 +747,7 @@ DLM_CFLAGS DEVMAPPER DEFAULT_USE_LVMLOCKD DEFAULT_USE_LVMPOLLD +DEFAULT_USE_DEVICES_FILE DEFAULT_USE_BLKID_WIPING DEFAULT_SYS_LOCK_DIR DEFAULT_SYS_DIR @@ -15497,6 +15498,7 @@ printf "%s\n" "#define LVM_CONFIGURE_LINE \"$CONFIGURE_LINE\"" >>confdefs.h + ################################################################################ diff --git a/configure.ac b/configure.ac index e0593aba0..704772b62 100644 --- a/configure.ac +++ b/configure.ac @@ -1877,6 +1877,7 @@ AC_SUBST(DEFAULT_SPARSE_SEGTYPE) AC_SUBST(DEFAULT_SYS_DIR) AC_SUBST(DEFAULT_SYS_LOCK_DIR) AC_SUBST(DEFAULT_USE_BLKID_WIPING) +AC_SUBST(DEFAULT_USE_DEVICES_FILE) AC_SUBST(DEFAULT_USE_LVMPOLLD) AC_SUBST(DEFAULT_USE_LVMLOCKD) AC_SUBST(DEVMAPPER)