1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00
lvm2/scripts
Zdenek Kabelac 77f771ebc3 Replace char class :space: with explicit chars
Some major distributions are still using 'mawk' and they are not using
the latest version - we end here with hidden dependency on the latest
version of mawk (1.3.4) while i.e. Debian Lenny seems to stay with 1.3.3.
So we end with completely broken  vgimportclone script on such system.

We would need to check for proper support of :space: and abort build if
it doesn't work or simplier replace [:space:] with [ \t] which seems
sufficient to make it work (as can be seen in this patch)

A better fix would be to use command line parameter override - leaving
as FIXME comment.

This patch makes t-vgimportclone.sh test passing on Lenny.
2011-09-07 08:31:16 +00:00
..
lvm2create_initrd Update lvm2create_initrd to support gentoo. 2006-11-21 22:41:56 +00:00
clvmd_fix_conf.sh Use /bin/bash for scripts with bashisms 2010-05-14 11:33:20 +00:00
clvmd_init_red_hat.in Based on auto-detection or user requested cluster managers for clvmd, 2010-08-23 11:37:02 +00:00
cmirrord_init_red_hat.in Fix bug 632681: cmirrord shouldn't fail 'start' if already started 2011-01-04 21:16:54 +00:00
dm_event_systemd_red_hat.service.in Add systemd unit files for dmeventd. 2011-07-28 12:54:28 +00:00
dm_event_systemd_red_hat.socket Add systemd unit files for dmeventd. 2011-07-28 12:54:28 +00:00
fsadm.sh Add date configurable variable DATE 2010-11-11 12:17:15 +00:00
gdbinit Updates to gdbinit file 2011-09-01 21:01:12 +00:00
last_cvs_update.sh Use /bin/bash for scripts with bashisms 2010-05-14 11:33:20 +00:00
lvm2_monitoring_init_red_hat.in Suppress locking error messages in monitoring init scripts. 2011-08-11 15:27:46 +00:00
lvm2_monitoring_init_rhel4 Make warnings go to stderr. Change log_warn to that effect, log_print 2007-06-28 17:33:44 +00:00
lvm2_monitoring_systemd_red_hat.service.in Suppress locking error messages in monitoring init scripts. 2011-08-11 15:27:46 +00:00
lvm_dump.sh Fix lvmdump /sys listing to include virtual devices directory. 2009-01-06 18:02:57 +00:00
lvmconf_lockingtype2.sh Use /bin/bash for scripts with bashisms 2010-05-14 11:33:20 +00:00
lvmconf.sh Install lvmconf script by default. 2010-05-20 11:20:35 +00:00
lvmdump.sh Use append but except query for dlm locks:-) 2011-06-02 09:08:16 +00:00
Makefile.in Configure and makefile changes for newly added systemd unit files. 2011-07-28 12:57:26 +00:00
relpath.awk Fix scripts/relpath.awk to work with mawk 2010-05-21 15:28:16 +00:00
vg_convert change two files in different directories 2006-06-06 17:44:11 +00:00
vgimportclone.sh Replace char class :space: with explicit chars 2011-09-07 08:31:16 +00:00
VolumeGroup.ocf Add OCF support 2010-11-05 16:18:38 +00:00