Issues.00206 - lordmundi/wikidoctest GitHub Wiki
00206: backwards compatibility files for csh environment userdata
Summary: backwards compatibility files for csh environment userdata
Created: 2009–12–07 11:27
Status: Released
Category: Request
From: frankie
Version: 2.0
Released_In: 2.1
Description:
In issue 00154, the environment is being moved over to cfg files so that other operating systems such as windows will have an easier time pulling in the correct environment.
Some folks in linux have some pretty complicated userdata setups that may take a while to convert, so a backwards compatibility startup script and environment file is requested to help out.
Comments
frankie December 07, 2009, at 11:30 AM: The script will likely be called "run_graphics.compat" for those who need it.
Associated Commits
| commit | 053b41a54838689aa4927cf7a201feeff6dfa805
link6 |
||
| Author: | Frank Graffagnino
|
| Date: | Thu Dec 10 09:19:42 2009 -0600
|
| Message: | [@Issue 00206: Fix blank.cfg to override DOUG_LOAD_NAME
@] |
Affected Files:
blank.cfg | 1 +
1 file changed, 1 insertion(+)
| commit | 0214e56c268c28540302fe7d2b67702c07debc26
link7 |
||
| Author: | vr
|
| Date: | Wed Dec 9 15:54:14 2009 -0600
|
| Message: | [@Issue 00206: More updates for backwards compatibiltiy of environment files
@] |
Affected Files:
blank.cfg | 3 ±-
cev.cfg | 4 ±--
edge_settings.cfg | 1 +
run_benchmarks | 2 ±
run_blank_graphics | 2 ±
run_client | 2 ±
run_graphics.compat | 6 ++++++
run_manager | 1 +
run_standalone | 2 ±
9 files changed, 14 insertions(+), 9 deletions(-)
| commit | d15efd0ee74f4303bd2c788e372190a843f058ee
link8 |
||
| Author: | Frank Graffagnino
|
| Date: | Mon Dec 7 11:32:14 2009 -0600
|
| Message: | [@Issue 00206: Add csh environment back in for backward compat
Many people's userdata breaks with the cfg file only approach so we are putting in the .doug_cshrc file and a script called run_graphics.compat to help these people out. At the moment, both the .doug_cshrc and edge_settings.cfg will have to be mirrored and kept in sync by hand. @] |
Affected Files:
.doug_cshrc | 165 ++++++++++++++++++++++++++++++++++++++++++++++++++++
run_graphics.compat | 13 +++++
2 files changed, 178 insertions(+)