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 /extra/postgresql/postgresql.initd | |
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
Diffstat (limited to 'extra/postgresql/postgresql.initd')
-rw-r--r-- | extra/postgresql/postgresql.initd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extra/postgresql/postgresql.initd b/extra/postgresql/postgresql.initd index bc50ae2f7..3863a49aa 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() { |