source: package_tags/invirt-cluster-config/0.0.2/debian/transform_lvm.conf.invirt @ 2932

Last change on this file since 2932 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
2s/^( *locking_type) = 1.*$/$1 = 2/m or die;
3s/^( *fallback_to_clustered_locking) = .*$/$1 = 0/m or die;
4s/^( *fallback_to_local_locking) = .*$/$1 = 0/m or die;
5s/^( *)# *(locking_library.*)$/$1$2/m or die;
6s/^( *)# *(library_dir.*)$/$1$2/m or die;
Note: See TracBrowser for help on using the repository browser.