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

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

Fix the port number of postgres.conf, because the chroot will choose a
new port

  • 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.