Mise a jour pgsql et postgresql

Ignore-this: 722eb04a7d9788c4a9115c14af479b17

darcs-hash:20110522061607-ddb99-ffc53cf7c9c3317594b86a62114e16b26beb29b2.gz
This commit is contained in:
Michel Blockelet 2011-05-22 08:16:07 +02:00
parent f8f4e97920
commit b86f0fd5a3
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# -*- coding: utf-8; mode: python -*- # -*- coding: utf-8; mode: python -*-
execfile("/etc/xen/common.py") execfile("/etc/xen/common_squeeze.py")
name = "pgsql" name = "pgsql"

View file

@ -319,7 +319,7 @@
<Group name="pgsql" <Group name="pgsql"
profile="true"> profile="true">
<Group name="crans-lenny"/> <Group name="crans-squeeze"/>
<Group name="domu"/> <Group name="domu"/>
<Group name="adm-only"/> <Group name="adm-only"/>
<Group name="pgsql-server"/> <Group name="pgsql-server"/>

View file

@ -128,8 +128,8 @@ service("openvpn-freebox",
service("pgsql-server", service("pgsql-server",
name="postgresql", name="postgresql",
init="postgresql-8.3", init="postgresql",
pidp="/var/lib/postgresql/8.3/main/postmaster.pid", pidp="/var/lib/postgresql/8.4/main/postmaster.pid",
extra=["if failed port 5432 timeout 30 seconds then restart"]) extra=["if failed port 5432 timeout 30 seconds then restart"])
service("postfix", service("postfix",