From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10545 invoked by alias); 23 Feb 2012 14:24:31 -0000 Received: (qmail 10527 invoked by uid 9796); 23 Feb 2012 14:24:31 -0000 Date: Thu, 23 Feb 2012 14:24:00 -0000 Message-ID: <20120223142431.10525.qmail@sourceware.org> From: prajnoha@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/scripts lvm2_tmpfiles_red_hat.conf.in Mailing-List: contact lvm2-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sourceware.org X-SW-Source: 2012-02/txt/msg00150.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: prajnoha@sourceware.org 2012-02-23 14:24:30 Modified files: scripts : lvm2_tmpfiles_red_hat.conf.in Log message: Use 'd' instead of 'D' in tmpfiles configuration to not overwrite any existing directory. ...that happens when systemd creates it first (e.g. based on a .socket unit) before the tmpfiles.d content is executed. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/scripts/lvm2_tmpfiles_red_hat.conf.in.diff?cvsroot=lvm2&r1=1.1&r2=1.2 --- LVM2/scripts/lvm2_tmpfiles_red_hat.conf.in 2012/02/22 18:02:31 1.1 +++ LVM2/scripts/lvm2_tmpfiles_red_hat.conf.in 2012/02/23 14:24:30 1.2 @@ -1,2 +1,2 @@ -D @DEFAULT_LOCK_DIR@ 0700 root root - -D @DEFAULT_RUN_DIR@ 0700 root root - +d @DEFAULT_LOCK_DIR@ 0700 root root - +d @DEFAULT_RUN_DIR@ 0700 root root -