Last change
on this file since 2813 was
2798,
checked in by andersk, 15 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
|
Rev | Line | |
---|
[1288] | 1 | #!/usr/bin/perl -0p |
---|
| 2 | |
---|
[2798] | 3 | s#\Q$ENV{invirt_tmp}\E##g; |
---|
| 4 | s/^#ssl = off/ssl = true/m or die; |
---|
| 5 | s/^#?listen_addresses = '[^']*'/listen_addresses = '*'/m or die; |
---|
Note: See
TracBrowser
for help on using the repository browser.