Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
aports
Commits
803c53c8
Commit
803c53c8
authored
Jul 16, 2009
by
Natanael Copa
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
extra/postgresql: bugfix in init.d script. (fixes
#62
)
http://bugs.alpinelinux.org/issues/show/62
parent
960a260e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
extra/postgresql/APKBUILD
extra/postgresql/APKBUILD
+2
-2
extra/postgresql/postgresql.initd
extra/postgresql/postgresql.initd
+0
-1
No files found.
extra/postgresql/APKBUILD
View file @
803c53c8
# 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
7ed7e95246798ac3d5474ed12bf98e9
8 postgresql.initd
6dd7bd7c97252312357a255237115b3
8 postgresql.initd
ea3320c56a22f5c305199886c2766387 postgresql.confd"
extra/postgresql/postgresql.initd
View file @
803c53c8
...
...
@@ -7,7 +7,6 @@ opts="${opts} reload setup"
depend() {
use net
provide postgresql
}
checkconfig() {
...
...
Hadi Sukirman
@HSukirman
mentioned in issue
#62 (closed)
·
Jul 12, 2019
mentioned in issue
#62 (closed)
mentioned in issue #62
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment