Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove extra stuff that I don't think we need because we are the source. Opinions? #240

Merged
merged 2 commits into from Nov 19, 2013

Conversation

connortechnology
Copy link
Member

Also unconditionally call zmupdate.pl since it should do all the checking of versions to see if anything needs doing.
We don't need to be doing that work in a postinst bash script.

This also means that we don't have to update postinst anymore when we release a new version.

Also unconditionally call zmupdate.pl since it should do all the checking of versions to see if anything needs doing.
We don't need to be doing that work in a postinst bash script.
#
# Get mysql started if it isn't
#
if ! $(/etc/init.d/mysql status >/dev/null 2>&1); then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would argue for calling 'server mysql status' over the init.d script

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't exist on ubuntu

connortechnology added a commit that referenced this pull request Nov 19, 2013
remove extra stuff that I don't think we need because we are the source.
@connortechnology connortechnology merged commit 4555a8b into master Nov 19, 2013
@connortechnology connortechnology deleted the postinstcleanup branch November 30, 2014 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants