diff options
author | Nathan Angelacos <nangel@nothome.org> | 2010-05-17 18:35:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-17 18:40:19 +0000 |
commit | 80f783a77b2e862c4aa30edb5493cf8be30cbea6 (patch) | |
tree | 8edddf7da307969ef931ed0e069d8dd51a62f0c7 /main/postgresql/postgresql.confd | |
parent | ab572325f457d4e85d086c13833726dde9bd4ded (diff) | |
download | aports-80f783a77b2e862c4aa30edb5493cf8be30cbea6.tar.bz2 aports-80f783a77b2e862c4aa30edb5493cf8be30cbea6.tar.xz |
main/postgresql: enhancements to the database restore on reboot
Diffstat (limited to 'main/postgresql/postgresql.confd')
-rw-r--r-- | main/postgresql/postgresql.confd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/postgresql/postgresql.confd b/main/postgresql/postgresql.confd index 4fe28a4584..29ef20d941 100644 --- a/main/postgresql/postgresql.confd +++ b/main/postgresql/postgresql.confd @@ -52,5 +52,5 @@ WAIT_FOR_START="-w" # export R_HOME="/usr/lib/R" # Automatically set up a new database if missing on startup -#AUTO_SETUP=yes +AUTO_SETUP=yes |