Skip to content

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

Merged
david22swan merged 1 commit intopuppetlabs:masterfrom
olevole:master
Nov 2, 2018
Merged

MODULES-7819 fix set JAVA_HOME environments on FreeBSD platform#315
david22swan merged 1 commit intopuppetlabs:masterfrom
olevole:master

Conversation

@olevole
Copy link
Copy Markdown
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