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

rpm: fix W: incoherent-subsys #108

Merged
merged 1 commit into from
Jun 16, 2020
Merged

rpm: fix W: incoherent-subsys #108

merged 1 commit into from
Jun 16, 2020

Conversation

kenhys
Copy link
Contributor

@kenhys kenhys commented Jun 16, 2020

In /etc/init.d/td-agent, rpmlint reports /var/lock/subsys is
incoherent.

It seems that TD_AGENT_LOCK_FILE="/var/lock/subsys/${prog}" in
/etc/init.d/td-agent is regarded as incoherent because
it is not /var/lock/subsys/td-agent. Thus it is false positive.

In /etc/init.d/td-agent, rpmlint reports /var/lock/subsys is
incoherent.

It seems that TD_AGENT_LOCK_FILE="/var/lock/subsys/${prog}" in
/etc/init.d/td-agent is regarded as incoherent because
it is not /var/lock/subsys/td-agent. Thus it is false positive.
@cosmo0920 cosmo0920 merged commit 6cae22c into master Jun 16, 2020
@cosmo0920 cosmo0920 deleted the fix-incoherent-subsys branch June 16, 2020 01:49
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