diff options
author | Sven Gothel <[email protected]> | 2013-06-19 21:00:00 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-19 21:00:00 +0200 |
commit | 5f6fa9f5cb681718029c00a7d1e508d1a88c0544 (patch) | |
tree | ea08c346859d29aa2461f5a832b7d06e5b221645 /server/setup/05-service-settings/opt-linux-x86/etc/profile.local | |
parent | aad42a62b4de45ec2880e18486d80cb3330d7e6b (diff) |
Complete opt-* space
Diffstat (limited to 'server/setup/05-service-settings/opt-linux-x86/etc/profile.local')
-rwxr-xr-x | server/setup/05-service-settings/opt-linux-x86/etc/profile.local | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/server/setup/05-service-settings/opt-linux-x86/etc/profile.local b/server/setup/05-service-settings/opt-linux-x86/etc/profile.local new file mode 100755 index 0000000..e3050c6 --- /dev/null +++ b/server/setup/05-service-settings/opt-linux-x86/etc/profile.local @@ -0,0 +1,5 @@ +# /opt-linux-x86/etc/profile.local + +test -e /opt-linux-x86/etc/profile.j2se7 && . /opt-linux-x86/etc/profile.j2se7 +test -e /opt-linux-x86/etc/profile.jre7 && . /opt-linux-x86/etc/profile.jre7 + |