This repository was archived by the owner on Jun 12, 2018. It is now read-only.
FIX broken configuration of addons postgresql#91
Merged
fgrehm merged 1 commit intofgrehm:masterfrom Mar 4, 2015
sebastienbeau:master
Merged
FIX broken configuration of addons postgresql#91fgrehm merged 1 commit intofgrehm:masterfrom sebastienbeau:master
fgrehm merged 1 commit intofgrehm:masterfrom
sebastienbeau:master
Conversation
…etc/init.d/postgresql in installed by the package postgresql-common and this package already exist in cedar14
Owner
|
Good catch! Thanks for the PR! |
fgrehm
added a commit
that referenced
this pull request
Mar 4, 2015
FIX broken configuration of addons postgresql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi Fabio
Since this commit progrium/cedarish@f7b704c#diff-758d2e7de1a14d48254071e97e87ef0dR46
in cedar postgresql-server-dev is installed in the images
This package have for dependency postgresql-common : the https://packages.debian.org/fr/sid/postgresql-server-dev-9.3
And postgresql-common will create the file "/etc/init.d/postgresql".
This file is used for detecting if postgresql-server is installed, but it's wrong we should test an other file like /usr/lib/postgresql/9.3/bin/postgresql
Thanks for devstep