aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-07-16 12:43:58 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-07-16 12:43:58 +0000
commit803c53c8d042b8336057858461b271421eff3b14 (patch)
tree58fb12eecb54aea5196290f473fb2f1b8191835d
parent960a260ee828626a28438a070898d2872cd308e4 (diff)
downloadalpine_aports-803c53c8d042b8336057858461b271421eff3b14.tar.bz2
alpine_aports-803c53c8d042b8336057858461b271421eff3b14.tar.xz
alpine_aports-803c53c8d042b8336057858461b271421eff3b14.zip
extra/postgresql: bugfix in init.d script. (fixes #62)
http://bugs.alpinelinux.org/issues/show/62
-rw-r--r--extra/postgresql/APKBUILD4
-rw-r--r--extra/postgresql/postgresql.initd1
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 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=postgresql 2pkgname=postgresql
3pkgver=8.3.7 3pkgver=8.3.7
4pkgrel=2 4pkgrel=3
5pkgdesc="A sophisticated object-relational DBMS" 5pkgdesc="A sophisticated object-relational DBMS"
6url="http://www.postgresql.org/" 6url="http://www.postgresql.org/"
7license="BSD" 7license="BSD"
@@ -46,5 +46,5 @@ client() {
46 46
47 47
48md5sums="7b7e91a2221e55fe1b167e663217a96d postgresql-8.3.7.tar.bz2 48md5sums="7b7e91a2221e55fe1b167e663217a96d postgresql-8.3.7.tar.bz2
497ed7e95246798ac3d5474ed12bf98e98 postgresql.initd 496dd7bd7c97252312357a255237115b38 postgresql.initd
50ea3320c56a22f5c305199886c2766387 postgresql.confd" 50ea3320c56a22f5c305199886c2766387 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"
7 7
8depend() { 8depend() {
9 use net 9 use net
10 provide postgresql
11} 10}
12 11
13checkconfig() { 12checkconfig() {