]> TLD Linux GIT Repositories - packages/lvm2.git/blob - lvm2-run-dir.patch
- updated to 2.03.19, partial merge of PLD changes
[packages/lvm2.git] / lvm2-run-dir.patch
1 diff -ur LVM2.2.03.19/configure.ac lvm2-2_03_19/configure.ac
2 --- LVM2.2.03.19/configure.ac   2023-03-03 22:58:49.813964537 +0100
3 +++ LVM2.2.03.19/configure.ac   2023-03-03 22:59:34.844579648 +0100
4 @@ -714,8 +714,7 @@
5  
6  ################################################################################
7  AC_MSG_CHECKING([for default run directory])
8 -RUN_DIR="/run"
9 -test -d "/run" || RUN_DIR="/var/run"
10 +RUN_DIR="/var/run"
11  AC_MSG_RESULT([$RUN_DIR])
12  dnl -- Set up pidfile and run directory
13  AH_TEMPLATE(DEFAULT_PID_DIR)