Skip to content

Move various configuration files out of "/etc" (#249) #253

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

Merged
merged 1 commit into from
Oct 28, 2020

Conversation

prakashsurya
Copy link
Contributor

This change moves various files that were previously installed into
"/etc" (for no good reason) out of "/etc". The problem of installing
into "/etc" is, these files are than treated differently by the package
manager on upgrade due to them being considered "conffiles".

Thus, to simplify the semantics of how these files will be handled on
upgrade, it's best to install into directories other than "/etc" when
possible, which is what this change does.

This change moves various files that were previously installed into
"/etc" (for no good reason) out of "/etc". The problem of installing
into "/etc" is, these files are than treated differently by the package
manager on upgrade due to them being considered "conffiles".

Thus, to simplify the semantics of how these files will be handled on
upgrade, it's best to install into directories other than "/etc" when
possible, which is what this change does.
@prakashsurya prakashsurya merged commit 2989605 into delphix:6.0/stage Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants