source: trunk/packages/invirt-database-server/debian/transform_postgresql.conf.invirt @ 1315

Last change on this file since 1315 was 1315, checked in by broder, 16 years ago

Fix a typo on the postfix.conf.invirt transform script

  • Property svn:executable set to *
File size: 93 bytes
Line 
1#!/usr/bin/perl -0p
2
3s/^#?listen_addresses = '[^']*'(.*)$/listen_addresses = '*'$1/m or die;
Note: See TracBrowser for help on using the repository browser.