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

Last change on this file since 2218 was 2218, checked in by broder, 15 years ago

Merge invirt-database-server into invirt-database.

I...think this works, but I'm not making any promises.

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