diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-19 12:21:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-19 12:21:25 +0000 |
commit | 1a496ed9e4c79f009399a7577a9d182cf22948f3 (patch) | |
tree | 0afb34e6f484c763cbe3b7c5e2a8969e949a2ac1 /main/postgresql/APKBUILD | |
parent | 86afb7175b68ae54d508ec258188607473e4c670 (diff) | |
download | aports-1a496ed9e4c79f009399a7577a9d182cf22948f3.tar.bz2 aports-1a496ed9e4c79f009399a7577a9d182cf22948f3.tar.xz |
main/postfix: replace opts in init.d script
ref #943
Diffstat (limited to 'main/postgresql/APKBUILD')
-rw-r--r-- | main/postgresql/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/postgresql/APKBUILD b/main/postgresql/APKBUILD index ee3d0491e3..ff5d9b4e57 100644 --- a/main/postgresql/APKBUILD +++ b/main/postgresql/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=postgresql pkgver=9.1.2 -pkgrel=1 +pkgrel=2 pkgdesc="A sophisticated object-relational DBMS" url="http://www.postgresql.org/" arch="all" @@ -58,7 +58,7 @@ client() { md5sums="7dbff52221954c46595313eb7f92c3e0 postgresql-9.1.2.tar.bz2 -7d7b7815f2bf133830f65ed9830ce461 postgresql.initd +4d2f5be74fae4895db3d993e69bbda10 postgresql.initd b609795f715cefcc30b08e4ed01f4416 postgresql.confd df2d90fc713b4e89fd21abb9e36cd688 pg-restore.initd bf45384752b320b369f1425939763178 pg-restore.confd" |