diff -ur LVM2.2.03.21.orig/configure.ac LVM2.2.03.21/configure.ac --- LVM2.2.03.21.orig/configure.ac 2023-07-10 11:28:44.248485213 +0200 +++ LVM2.2.03.21/configure.ac 2023-07-10 11:29:32.276164664 +0200 @@ -706,8 +706,7 @@ ################################################################################ AC_MSG_CHECKING([for default run directory]) -RUN_DIR="/run" -AS_IF([test ! -d "$RUN_DIR"], [RUN_DIR="/var/run"]) +RUN_DIR="/var/run" AC_MSG_RESULT([$RUN_DIR]) dnl -- Set up pidfile and run directory AH_TEMPLATE(DEFAULT_PID_DIR)