-
Notifications
You must be signed in to change notification settings - Fork 413
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
Add support for a RedHat init script #169
Conversation
extend make target to provide separate deb/rpm init scripts rename debian script add new redhat script
This could replace #76 which was built towards lumberjack. |
;; | ||
esac | ||
|
||
: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This ':' seems to be misplaced
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It aliases to builtin true command which always return 0. It ensures the script exits 0, otherwise if last function to run returned bad status it will exit with it, which I think is not wanted.
Basically same as exit 0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Face palm :-D
I need more sleep
Closing this. I'll work on using the base redhat functions instead. |
I also have a full redhat sysv compatible init script reqdy. But I can wait for your PR :-) |
I'm going to have to modify and test it. If you are ready to submit, -adam On Fri, Apr 25, 2014, at 11:35 AM, Daniel Werdermann wrote: I also have a full redhat sysv compatible init script reqdy. But I — Reply to this email directly or [1]view it on GitHub. References |
extend make target to provide separate deb/rpm init scripts
rename debian script
add new redhat script
This could potentially fix issue #75, but I only tested on el6 and not Fedora.
I look forward to jordansissel/pleaserun :)