mirror of
git://sourceware.org/git/lvm2.git
synced 2025-02-23 13:57:47 +03:00
backup->cache
This commit is contained in:
parent
0506f410ea
commit
21c56e377b
@ -1042,7 +1042,7 @@ AC_ARG_WITH(default-backup-subdir,
|
|||||||
[ DEFAULT_BACKUP_SUBDIR="backup" ])
|
[ DEFAULT_BACKUP_SUBDIR="backup" ])
|
||||||
AC_DEFINE_UNQUOTED(DEFAULT_BACKUP_SUBDIR,["$DEFAULT_BACKUP_SUBDIR"] )
|
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,
|
AC_ARG_WITH(default-cache-subdir,
|
||||||
[ --with-default-cache-subdir=SUBDIR Default metadata cache subdir [[cache]] ],
|
[ --with-default-cache-subdir=SUBDIR Default metadata cache subdir [[cache]] ],
|
||||||
[ DEFAULT_CACHE_SUBDIR="$withval" ],
|
[ DEFAULT_CACHE_SUBDIR="$withval" ],
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
/* Name of default metadata backup subdirectory. */
|
/* Name of default metadata backup subdirectory. */
|
||||||
#undef DEFAULT_BACKUP_SUBDIR
|
#undef DEFAULT_BACKUP_SUBDIR
|
||||||
|
|
||||||
/* Name of default metadata backup subdirectory. */
|
/* Name of default metadata cache subdirectory. */
|
||||||
#undef DEFAULT_CACHE_SUBDIR
|
#undef DEFAULT_CACHE_SUBDIR
|
||||||
|
|
||||||
/* Name of default locking directory. */
|
/* Name of default locking directory. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user