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

Don't hammer path in profile.d #8

Closed
utopiabound opened this issue Jun 29, 2018 · 2 comments
Closed

Don't hammer path in profile.d #8

utopiabound opened this issue Jun 29, 2018 · 2 comments

Comments

@utopiabound
Copy link

/etc/profile.d/linuxki.sh should not destroy PATH it should do the following:

PATH=$PATH:/opt/linuxki

Also linuxki rpm should own /etc/profile.d/linuxki.sh and not generate it in %scripts.

@cvoltz
Copy link
Contributor

cvoltz commented Jun 30, 2018

Created pull request #11 to resolve this issue.

@MarkCRay
Copy link
Contributor

MarkCRay commented Jul 6, 2018

I've added a linuxki.sh script into the scripts directory with the PATH set appropriately. The SPEC file was updated to add this to the /etc/profile.d directly rather than managing this in the install/remove scripts.

I pushed this out as version 5.4.2 since there were no code changes to LiKI or kiinfo.

@MarkCRay MarkCRay closed this as completed Jul 6, 2018
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

No branches or pull requests

3 participants