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

Fix bug that prevents ossec-control from starting ossec-maild on server #1016

Merged
merged 2 commits into from
Dec 29, 2016

Conversation

jbullard725
Copy link
Contributor

@jbullard725 jbullard725 commented Dec 28, 2016

An "else" instead of "fi" (introduced in commit 89e7f5e)
was causing the the actual start up of ossec-maild to be skipped, even if the XML tag was
set to "yes".


This change is Reviewable

An "else" instead of "fi" (introduced in commit 89e7f5e)
was casuing the the actual start up of ossec-maild to be skipped, even if the XML tag was
set to "yes".
@@ -219,6 +219,7 @@ start()
else
echo "${i} already running..."
fi
fi
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This change will be superseded by commit a489895 (sorry about that)

@ddpbsd
Copy link
Member

ddpbsd commented Dec 28, 2016

As soon as this is done testing, I'll meege it (or tomorrow, something like that). Thanks!

@ddpbsd
Copy link
Member

ddpbsd commented Dec 29, 2016

Reviewed 1 of 1 files at r1.
Review status: all files reviewed at latest revision, all discussions resolved.


Comments from Reviewable

@ddpbsd ddpbsd merged commit 1807a24 into ossec:master Dec 29, 2016
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.

2 participants