-
Notifications
You must be signed in to change notification settings - Fork 22
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
Rename distribution files #68
Comments
I tried including the version file to the packages by modifying the wazuh-indexer/distribution/build.gradle Lines 339 to 510 in 0e5d273
|
The |
Description
To complete the Build phase of the fork update, our packages need to depict the following changes.
To be done:
For all packages:
VERSION
filepackageDescription
For RPM packages:
/etc/init.d/opensearch
to/etc/init.d/wazuh-indexer
/etc/opensearch
to/etc/wazuh-indexer
/etc/sysconfig/opensearch
to/etc/sysconfig/wazuh-indexer
/usr/lib/sysctl.d/opensearch.conf
to/usr/lib/sysctl.d/wazuh-indexer.conf
/usr/lib/systemd/system/opensearch.service
to/usr/lib/systemd/system/wazuh-indexer.service
/usr/lib/tmpfiles.d/opensearch.conf
to/usr/lib/tmpfiles.d/wazuh-indexer.conf
/usr/share/opensearch/
folder to/usr/share/wazuh-indexer/
/var/lib/opensearch/
folder to/var/lib/wazuh-indexer/
/var/log/opensearch/
folder to/var/log/wazuh-indexer/
opensearch.service
towazuh-indexer.service
For DEB packages:
/etc/default/opensearch
to/etc/default/wazuh-indexer
/etc/init.d/opensearch
to/etc/init.d/wazuh-indexer
/etc/opensearch/
folder to/etc/wazuh-indexer/
/usr/lib/sysctl.d/opensearch.conf
to/usr/lib/sysctl.d/wazuh-indexer.conf
/usr/lib/systemd/system/opensearch.service
to/usr/lib/systemd/system/wazuh-indexer.service
/usr/lib/tmpfiles.d/opensearch.conf
to/usr/lib/tmpfiles.d/wazuh-indexer.conf
/usr/share/doc/opensearch/
folder to/usr/share/doc/wazuh-indexer/
/usr/share/opensearch/
folder to/usr/share/wazuh-indexer/
/var/lib/opensearch/
folder to/var/lib/wazuh-indexer/
/var/log/opensearch/
folder to/var/log/wazuh-indexer/
opensearch.service
towazuh-indexer.service
Originally posted by @AlexRuiz7 in #63 (comment)
The text was updated successfully, but these errors were encountered: