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

Last change on this file since 2798 was 2798, checked in by andersk, 14 years ago

Generate postgresql.conf with LC_ALL=en_US.UTF-8 pg_createcluster.

Generate a new /etc/postgresql/8.3/main/postgresql.conf with
pg_createcluster instead of taking it from the build host. Ensure
that it is generated with the en_US.UTF-8 locale.

  • Property svn:executable set to *
File size: 148 bytes
Line 
1#!/usr/bin/perl -0p
2
3s#\Q$ENV{invirt_tmp}\E##g;
4s/^#ssl = off/ssl = true/m or die;
5s/^#?listen_addresses = '[^']*'/listen_addresses = '*'/m or die;
Note: See TracBrowser for help on using the repository browser.