Last change
on this file since 1527 was
1520,
checked in by broder, 16 years ago
|
Initial invirt-cluster-config package for configuring cman and clvm
|
-
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.