]> TLD Linux GIT Repositories - packages/lvm2.git/blob - lvm2-run-dir.patch
- patch
[packages/lvm2.git] / lvm2-run-dir.patch
1 diff -urp LVM2.2.03.00.orig/configure.ac LVM2.2.03.00/configure.ac
2 --- LVM2.2.03.00.orig/configure.ac      2018-10-21 14:35:34.502416609 +0000
3 +++ LVM2.2.03.00/configure.ac   2018-10-21 14:35:49.006416609 +0000
4 @@ -681,8 +681,7 @@ pkg_config_init() {
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)