We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RPM doesn't enable SystemV services (Create the correct symlinks). Consequently the SystemV service doesn't start after installation
We normally use update-rc.d to do this but it isn't available on RHEL chkconfig is the equivalent tool on RHEL
update-rc.d
chkconfig
The text was updated successfully, but these errors were encountered:
I tested this only on CentOS. So for RHEL one has to override the post-inst-template.
This functionality should be available for rpm.
My favorite solution would be predefined overrides, e.g:
rpmPreInstTemplate := CentOS
Sorry, something went wrong.
I do like the predefined overrides concept but I might just document overriding the templates solution in the short term
Apart from this RHEL 6.x support is good!
Should be fixed, when #219 is merged
9dadc29
Merge pull request #219 from sbt/wip/rpm-template-overrides
d2552d2
FIX #214 Making rpm scriptlets overrideable
muuki88
No branches or pull requests
RPM doesn't enable SystemV services (Create the correct symlinks). Consequently the SystemV service doesn't start after installation
We normally use
update-rc.d
to do this but it isn't available on RHELchkconfig
is the equivalent tool on RHELThe text was updated successfully, but these errors were encountered: