@@ -73,7 +73,8 @@ call the workgroup "acme".
73
73
74
74
The group of work production systems live in the subdomain of
75
75
"prod.acme.com", the QA systems in "qa.acme.com", and the dev
76
- systems in "dev.acme.com".
76
+ systems in "dev.acme.com". All of the work systems are linux
77
+ systems (except my laptop, which is MacOSX).
77
78
78
79
My user id on the work systems is "astebbens", while my user id on
79
80
the home systems is "aks".
@@ -134,6 +135,45 @@ and system.
134
135
</tr >
135
136
</table >
136
137
138
+ Here is the sequence of files on a production work system:
139
+
140
+ .environment.sh
141
+ .environment.linux.sh
142
+ .environment.astebbens.sh
143
+ .environment.acme.sh
144
+ .environment.prod.acme.com.sh
145
+
146
+ Here are the files sourced in the work dev environment:
147
+
148
+ .environment.sh
149
+ .environment.linux.sh
150
+ .environment.astebbens.sh
151
+ .environment.acme.sh
152
+ .environment.dev.acme.com.sh
153
+
154
+ Here are the files sourced in on my work laptop:
155
+
156
+ .environment.sh
157
+ .environment.darwin.sh
158
+ .environment.somewhere.sh
159
+ .environment.astebbens.sh
160
+ .environment.acme.sh
161
+ .environment.dev.acme.com.sh
162
+
163
+ Here are the files sourced in on my home desktop:
164
+
165
+ .environment.sh
166
+ .environment.darwin.sh
167
+ .environment.anywhere.sh
168
+ .environment.aks.sh
169
+ .environment.home.sh
170
+
171
+ The <tt >.environment.sh</tt > script does all the work of figuring out which
172
+ other files need to be sourced.
173
+
174
+ Environment Variables
175
+ ---------------------
176
+
137
177
The following environment variables are set, possibly based
138
178
on the given sources.
139
179
0 commit comments