mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
Install lvmconf script by default.
Remove unnecessary versioned dmeventd plugin symlinks.
This commit is contained in:
parent
a5f0b044bf
commit
52edfba95b
@ -1,5 +1,7 @@
|
||||
Version 2.02.66 -
|
||||
===============================
|
||||
Install lvmconf script by default.
|
||||
Remove unnecessary versioned dmeventd plugin symlinks.
|
||||
Add tests for lvm_vgname_from_{pvid|device}.
|
||||
Add lvm2app interfaces to lookup a vgname from a pvid and pvname.
|
||||
Update pvchange to always obtain a vg handle for each pv to process.
|
||||
|
@ -310,7 +310,6 @@ install_lib_shared: $(LIB_SHARED)
|
||||
install_dm_plugin: $(LIB_SHARED)
|
||||
$(INSTALL_PROGRAM) -D $< $(libdir)/device-mapper/$(<F)
|
||||
$(LN_S) -f device-mapper/$(<F) $(libdir)/$(<F)
|
||||
$(LN_S) -f $(<F) $(libdir)/$(<F).$(LIB_VERSION)
|
||||
|
||||
install_lvm2_plugin: $(LIB_SHARED)
|
||||
$(INSTALL_PROGRAM) -D $< $(libdir)/lvm2/$(<F)
|
||||
|
@ -17,7 +17,7 @@ top_builddir = @top_builddir@
|
||||
|
||||
include $(top_builddir)/make.tmpl
|
||||
|
||||
SCRIPTS = lvmdump.sh vgimportclone.sh
|
||||
SCRIPTS = lvmdump.sh lvmconf.sh vgimportclone.sh
|
||||
ifeq ("@FSADM@", "yes")
|
||||
SCRIPTS += fsadm.sh
|
||||
endif
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Copyright (C) 2004-2009 Red Hat, Inc. All rights reserved.
|
||||
#
|
||||
# This file is part of the lvm2-cluster package.
|
||||
# This file is part of the lvm2 package.
|
||||
#
|
||||
# This copyrighted material is made available to anyone wishing to use,
|
||||
# modify, copy, or redistribute it subject to the terms and conditions
|
||||
|
Loading…
Reference in New Issue
Block a user