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

MODULES-7819 fix set JAVA_HOME environments on FreeBSD platform #315

Merged
merged 1 commit into from
Nov 2, 2018

Conversation

olevole
Copy link
Contributor

@olevole olevole commented Sep 20, 2018

FreeBSD do not use /etc/environment file for global variables. Instead we use two
places to set the variable:

  • /etc/profile for sh(1)
  • /etc/csh.login for csh(1) which is the default shell for FreeBSD

Fixes for MODULES-7819 issue

FreeBSD do not use /etc/environment file for global variables. Instead we use two
places to set the variable:
  - /etc/profile for sh(1)
  - /etc/csh.login for csh(1) which is the default shell for FreeBSD

Fixes for MODULES-7819 issue
@davinhanlon davinhanlon changed the title fix set JAVA_HOME environments on FreeBSD platform MODULES-7819 fix set JAVA_HOME environments on FreeBSD platform Sep 20, 2018
@david22swan david22swan merged commit de89b1f into puppetlabs:master Nov 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants