diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-16 12:43:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-16 12:43:58 +0000 |
commit | 803c53c8d042b8336057858461b271421eff3b14 (patch) | |
tree | 58fb12eecb54aea5196290f473fb2f1b8191835d | |
parent | 960a260ee828626a28438a070898d2872cd308e4 (diff) | |
download | aports-803c53c8d042b8336057858461b271421eff3b14.tar.bz2 aports-803c53c8d042b8336057858461b271421eff3b14.tar.xz |
extra/postgresql: bugfix in init.d script. (fixes #62)
http://bugs.alpinelinux.org/issues/show/62
-rw-r--r-- | extra/postgresql/APKBUILD | 4 | ||||
-rw-r--r-- | extra/postgresql/postgresql.initd | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/extra/postgresql/APKBUILD b/extra/postgresql/APKBUILD index 7d6cb61bd6..a2d921ed14 100644 --- a/extra/postgresql/APKBUILD +++ b/extra/postgresql/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=postgresql pkgver=8.3.7 -pkgrel=2 +pkgrel=3 pkgdesc="A sophisticated object-relational DBMS" url="http://www.postgresql.org/" license="BSD" @@ -46,5 +46,5 @@ client() { md5sums="7b7e91a2221e55fe1b167e663217a96d postgresql-8.3.7.tar.bz2 -7ed7e95246798ac3d5474ed12bf98e98 postgresql.initd +6dd7bd7c97252312357a255237115b38 postgresql.initd ea3320c56a22f5c305199886c2766387 postgresql.confd" diff --git a/extra/postgresql/postgresql.initd b/extra/postgresql/postgresql.initd index bc50ae2f73..3863a49aa4 100644 --- a/extra/postgresql/postgresql.initd +++ b/extra/postgresql/postgresql.initd @@ -7,7 +7,6 @@ opts="${opts} reload setup" depend() { use net - provide postgresql } checkconfig() { |