mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-17 06:04:23 +03:00
Don't ignore configure --mandir and --infodir.
This commit is contained in:
parent
647c8edf82
commit
bf75c30493
@ -1,5 +1,6 @@
|
|||||||
Version 2.02.89 -
|
Version 2.02.89 -
|
||||||
==================================
|
==================================
|
||||||
|
Don't ignore configure --mandir and --infodir.
|
||||||
Drop pool memory allocated within lv_has_target_type().
|
Drop pool memory allocated within lv_has_target_type().
|
||||||
Reduce stack allocation of some PATH_MAX sized char buffers.
|
Reduce stack allocation of some PATH_MAX sized char buffers.
|
||||||
Unlock memory before writing metadata.
|
Unlock memory before writing metadata.
|
||||||
@ -8,7 +9,7 @@ Version 2.02.89 -
|
|||||||
Skip non-virtual snapshots for availability change for lvchange with vg name.
|
Skip non-virtual snapshots for availability change for lvchange with vg name.
|
||||||
Adjusted mirror region size only for mirrors and raids.
|
Adjusted mirror region size only for mirrors and raids.
|
||||||
Reorder prompt conditions for removal of active volumes.
|
Reorder prompt conditions for removal of active volumes.
|
||||||
Avoid 'mda inconsistency' by properly registering UNLABELLED_PV flag (2.02.86).
|
Avoid 'mda inconsistency' by properly registering UNLABELLED_PV flag (2.02.86)
|
||||||
Fix --enable-static_link unless using --enable-dmeventd / --enable-udev_sync.
|
Fix --enable-static_link unless using --enable-dmeventd / --enable-udev_sync.
|
||||||
Move gentoo MAKEDEV to /sbin in lvm2create_initrd.
|
Move gentoo MAKEDEV to /sbin in lvm2create_initrd.
|
||||||
Add filter to avoid scan of device if it is part of active multipath.
|
Add filter to avoid scan of device if it is part of active multipath.
|
||||||
|
@ -58,9 +58,9 @@ libdir = $(DESTDIR)@libdir@
|
|||||||
usrlibdir = $(DESTDIR)@usrlibdir@
|
usrlibdir = $(DESTDIR)@usrlibdir@
|
||||||
sbindir = $(DESTDIR)@sbindir@
|
sbindir = $(DESTDIR)@sbindir@
|
||||||
usrsbindir = $(DESTDIR)@usrsbindir@
|
usrsbindir = $(DESTDIR)@usrsbindir@
|
||||||
datarootdir = $(DESTDIR)@datarootdir@
|
datarootdir = @datarootdir@
|
||||||
infodir = $(datarootdir)/info
|
infodir = $(DESTDIR)@infodir@
|
||||||
mandir = $(datarootdir)/man
|
mandir = $(DESTDIR)@mandir@
|
||||||
localedir = $(DESTDIR)@LOCALEDIR@
|
localedir = $(DESTDIR)@LOCALEDIR@
|
||||||
staticdir = $(DESTDIR)@STATICDIR@
|
staticdir = $(DESTDIR)@STATICDIR@
|
||||||
udevdir = $(DESTDIR)@udevdir@
|
udevdir = $(DESTDIR)@udevdir@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user