1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-04 09:18:36 +03:00

Install lvmconf script by default.

Remove unnecessary versioned dmeventd plugin symlinks.
This commit is contained in:
Alasdair Kergon 2010-05-20 11:20:35 +00:00
parent a5f0b044bf
commit 52edfba95b
4 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,7 @@
Version 2.02.66 - Version 2.02.66 -
=============================== ===============================
Install lvmconf script by default.
Remove unnecessary versioned dmeventd plugin symlinks.
Add tests for lvm_vgname_from_{pvid|device}. Add tests for lvm_vgname_from_{pvid|device}.
Add lvm2app interfaces to lookup a vgname from a pvid and pvname. 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. Update pvchange to always obtain a vg handle for each pv to process.

View File

@ -310,7 +310,6 @@ install_lib_shared: $(LIB_SHARED)
install_dm_plugin: $(LIB_SHARED) install_dm_plugin: $(LIB_SHARED)
$(INSTALL_PROGRAM) -D $< $(libdir)/device-mapper/$(<F) $(INSTALL_PROGRAM) -D $< $(libdir)/device-mapper/$(<F)
$(LN_S) -f device-mapper/$(<F) $(libdir)/$(<F) $(LN_S) -f device-mapper/$(<F) $(libdir)/$(<F)
$(LN_S) -f $(<F) $(libdir)/$(<F).$(LIB_VERSION)
install_lvm2_plugin: $(LIB_SHARED) install_lvm2_plugin: $(LIB_SHARED)
$(INSTALL_PROGRAM) -D $< $(libdir)/lvm2/$(<F) $(INSTALL_PROGRAM) -D $< $(libdir)/lvm2/$(<F)

View File

@ -17,7 +17,7 @@ top_builddir = @top_builddir@
include $(top_builddir)/make.tmpl include $(top_builddir)/make.tmpl
SCRIPTS = lvmdump.sh vgimportclone.sh SCRIPTS = lvmdump.sh lvmconf.sh vgimportclone.sh
ifeq ("@FSADM@", "yes") ifeq ("@FSADM@", "yes")
SCRIPTS += fsadm.sh SCRIPTS += fsadm.sh
endif endif

View File

@ -2,7 +2,7 @@
# #
# Copyright (C) 2004-2009 Red Hat, Inc. All rights reserved. # 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, # This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions # modify, copy, or redistribute it subject to the terms and conditions