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

Update . to : for all chown coomands in deb/rpm build templates #4641

Conversation

peterzhuamazon
Copy link
Member

Description

Update . to : for all chown coomands in deb/rpm build templates

Issues Resolved

Closes #4612

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@gaiksaya
Copy link
Member

Looks like the issue was created for debian only. Does this also apply to RPM?

@peterzhuamazon
Copy link
Member Author

Looks like the issue was created for debian only. Does this also apply to RPM?

In general . is an older syntax where : is modern.
For username with . the older syntax will actually have issues.
This is just to make sure everything is updated. Thanks.

Copy link
Member

@gaiksaya gaiksaya left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks!

@peterzhuamazon peterzhuamazon merged commit 10eb098 into opensearch-project:main Apr 15, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

[BUG] Debian packages show "chown: warning: '.' should be ':': 'opensearch.opensearch'" during install
2 participants