public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2/scripts lvm2_tmpfiles_red_hat.conf.in
@ 2012-02-22 18:02 prajnoha
  0 siblings, 0 replies; 2+ messages in thread
From: prajnoha @ 2012-02-22 18:02 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	prajnoha@sourceware.org	2012-02-22 18:02:32

Added files:
	scripts        : lvm2_tmpfiles_red_hat.conf.in 

Log message:
	Add lvm2 tmpfiles.d configuration file.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/scripts/lvm2_tmpfiles_red_hat.conf.in.diff?cvsroot=lvm2&r1=NONE&r2=1.1

/cvs/lvm2/LVM2/scripts/lvm2_tmpfiles_red_hat.conf.in,v  -->  standard output
revision 1.1
--- LVM2/scripts/lvm2_tmpfiles_red_hat.conf.in
+++ -	2012-02-22 18:02:32.476785000 +0000
@@ -0,0 +1,2 @@
+D @DEFAULT_LOCK_DIR@ 0700 root root -
+D @DEFAULT_RUN_DIR@ 0700 root root -


^ permalink raw reply	[flat|nested] 2+ messages in thread

* LVM2/scripts lvm2_tmpfiles_red_hat.conf.in
@ 2012-02-23 14:24 prajnoha
  0 siblings, 0 replies; 2+ messages in thread
From: prajnoha @ 2012-02-23 14:24 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

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 -


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-23 14:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-22 18:02 LVM2/scripts lvm2_tmpfiles_red_hat.conf.in prajnoha
2012-02-23 14:24 prajnoha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).