Package: release.debian.org Severity: normal Tags: jessie User: [email protected] Usertags: pu
On request of Mehdi Dogguy, I would like to fix the use of /var/run in early-boot in lvm2. Patch is as follows: diff -Nru lvm2-2.02.111/debian/changelog lvm2-2.02.111/debian/changelog --- lvm2-2.02.111/debian/changelog 2015-04-10 00:43:40.000000000 +0000 +++ lvm2-2.02.111/debian/changelog 2016-04-14 11:36:07.000000000 +0000 @@ -1,3 +1,9 @@ +lvm2 (2.02.111-3) UNRELEASED; urgency=medium + + * Set default pid directory to /run. (closes: #783120) + + -- Bastian Blank <[email protected]> Thu, 14 Apr 2016 11:35:55 +0000 + lvm2 (2.02.111-2.2) unstable; urgency=medium * Non-maintainer upload diff -Nru lvm2-2.02.111/debian/rules lvm2-2.02.111/debian/rules --- lvm2-2.02.111/debian/rules 2015-01-17 17:13:22.000000000 +0000 +++ lvm2-2.02.111/debian/rules 2016-04-14 12:08:29.000000000 +0000 @@ -82,7 +82,9 @@ --with-device-gid=6 \ --with-device-mode=0660 \ --with-default-run-dir=/run/lvm \ + --with-default-dm-run-dir=/run \ --with-default-locking-dir=/run/lock/lvm \ + --with-default-pid-dir=/run \ --with-thin=internal \ --with-thin-check=/usr/sbin/thin_check \ --with-thin-dump=/usr/sbin/thin_dump \ Bastian -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 4.4.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)

