Last change
on this file since 1551 was
1532,
checked in by broder, 16 years ago
|
Correct the transformation script for lvm.conf
|
-
Property svn:executable set to
*
|
File size:
268 bytes
|
Line | |
---|
1 | #!/usr/bin/perl -0p |
---|
2 | s/^( *locking_type) = 1.*$/$1 = 2/m or die; |
---|
3 | s/^( *fallback_to_clustered_locking) = .*$/$1 = 0/m or die; |
---|
4 | s/^( *fallback_to_local_locking) = .*$/$1 = 0/m or die; |
---|
5 | s/^( *)# *(locking_library.*)$/$1$2/m or die; |
---|
6 | s/^( *)# *(library_dir.*)$/$1$2/m or die; |
---|
Note: See
TracBrowser
for help on using the repository browser.