1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

change two files in different directories

This commit is contained in:
Alasdair Kergon 2006-06-06 17:44:11 +00:00
parent a5005145da
commit 4cd33f98a4
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Version 2.02.07 - Version 2.02.07 -
================================= =================================
Append patches to commit emails.
Fix target_register_events args. Fix target_register_events args.
Prevent snapshots of mirrors. Prevent snapshots of mirrors.
Add DISTCLEAN_TARGETS to make template for configure.h. Add DISTCLEAN_TARGETS to make template for configure.h.

View File

@ -16,4 +16,3 @@ CMDS=`./pvscan -u | sed -ne "s/.*PV \(.*\) with UUID \(.*\) VG $1 .*/.\/pvcreate
sh -x -c "$CMDS" || exit 1 sh -x -c "$CMDS" || exit 1
./vgcfgrestore --file lvmbackup -M lvm2 $1 || exit 1 ./vgcfgrestore --file lvmbackup -M lvm2 $1 || exit 1