public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2 ./configure.in lib/misc/configure.h.in
@ 2010-05-20 22:32 agk
  0 siblings, 0 replies; only message in thread
From: agk @ 2010-05-20 22:32 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2010-05-20 22:32:44

Modified files:
	.              : configure.in 
	lib/misc       : configure.h.in 

Log message:
	backup->cache

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.in.diff?cvsroot=lvm2&r1=1.139&r2=1.140
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/misc/configure.h.in.diff?cvsroot=lvm2&r1=1.20&r2=1.21

--- LVM2/configure.in	2010/05/20 13:47:21	1.139
+++ LVM2/configure.in	2010/05/20 22:32:44	1.140
@@ -1042,7 +1042,7 @@
 	    [ DEFAULT_BACKUP_SUBDIR="backup" ])
 AC_DEFINE_UNQUOTED(DEFAULT_BACKUP_SUBDIR,["$DEFAULT_BACKUP_SUBDIR"] )
 
-AH_TEMPLATE(DEFAULT_CACHE_SUBDIR, [Name of default metadata backup subdirectory.])
+AH_TEMPLATE(DEFAULT_CACHE_SUBDIR, [Name of default metadata cache subdirectory.])
 AC_ARG_WITH(default-cache-subdir,
 	    [  --with-default-cache-subdir=SUBDIR   Default metadata cache subdir [[cache]] ],
 	    [ DEFAULT_CACHE_SUBDIR="$withval" ],
--- LVM2/lib/misc/configure.h.in	2010/05/20 13:47:21	1.20
+++ LVM2/lib/misc/configure.h.in	2010/05/20 22:32:44	1.21
@@ -23,7 +23,7 @@
 /* Name of default metadata backup subdirectory. */
 #undef DEFAULT_BACKUP_SUBDIR
 
-/* Name of default metadata backup subdirectory. */
+/* Name of default metadata cache subdirectory. */
 #undef DEFAULT_CACHE_SUBDIR
 
 /* Name of default locking directory. */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-20 22:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-20 22:32 LVM2 ./configure.in lib/misc/configure.h.in agk

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).