56 SOL=Solaris_${OS}
57
58 # DVD image of external products
59 DVDIMAGE_DIR=${PKGDEFS_DIR}/dvdimages/$(${BASENAME} ${DVD})
60
61 # Agent packages
62 PACKAGES_AGFA_IMPAX=SUNWscpax
63
64 PACKAGES_APACHE=SUNWscapc
65
66 PACKAGES_APACHE_TC=SUNWsctomcat
67
68 PACKAGES_DHC=SUNWscdhc
69
70 PACKAGES_DNS=SUNWscdns
71
72 PACKAGES_EBS=SUNWscebs
73
74 PACKAGES_HADB=SUNWschadb
75
76 PACKAGES_KERBEROS=SUNWsckrb5
77
78 PACKAGES_L10N="\
79 SUNWcscapc \
80 SUNWcscdns \
81 SUNWcschadb \
82 SUNWcschtt \
83 SUNWcsclc \
84 SUNWcscnfs \
85 SUNWcscor \
86 SUNWcscs1as \
87 SUNWcscs1mq \
88 SUNWcscsap \
89 SUNWcscsapdb \
90 SUNWcscsapenq \
91 SUNWcscsaprepl \
92 SUNWcscsapscs \
93 SUNWcscsapwebas \
94 SUNWcscsbl \
95 SUNWcscsyb \
247 ${PACKAGES_SAP} \
248 ${PACKAGES_SAPDB} \
249 ${PACKAGES_SAPWEBAS} \
250 ${PACKAGES_SIEBEL} \
251 ${PACKAGES_SMB} \
252 ${PACKAGES_SOLARIS_ZONES} \
253 ${PACKAGES_SUN_GRID_ENG} \
254 ${PACKAGES_SWIFT_GWAY} \
255 ${PACKAGES_SYBASE} \
256 ${PACKAGES_WLS}"
257
258 # Support for S11 is unknown at this time, so include all agents
259 sparc_11_AGENTS="\
260 ${PACKAGES_AGFA_IMPAX} \
261 ${PACKAGES_APACHE} \
262 ${PACKAGES_APACHE_TC} \
263 ${PACKAGES_DHC} \
264 ${PACKAGES_DNS} \
265 ${PACKAGES_EBS} \
266 ${PACKAGES_HADB} \
267 ${PACKAGES_KERBEROS} \
268 ${PACKAGES_L10N} \
269 ${PACKAGES_LIVECACHE} \
270 ${PACKAGES_MQI} \
271 ${PACKAGES_MQS} \
272 ${PACKAGES_MYS} \
273 ${PACKAGES_N1G_SPS} \
274 ${PACKAGES_NFS} \
275 ${PACKAGES_ORACLE} \
276 ${PACKAGES_ORACLE_9IAS} \
277 ${PACKAGES_POSTGRESQL} \
278 ${PACKAGES_S1AS} \
279 ${PACKAGES_S1MQ} \
280 ${PACKAGES_S1WS} \
281 ${PACKAGES_SAA} \
282 ${PACKAGES_SAP} \
283 ${PACKAGES_SAPDB} \
284 ${PACKAGES_SAPWEBAS} \
285 ${PACKAGES_SIEBEL} \
286 ${PACKAGES_SMB} \
|
56 SOL=Solaris_${OS}
57
58 # DVD image of external products
59 DVDIMAGE_DIR=${PKGDEFS_DIR}/dvdimages/$(${BASENAME} ${DVD})
60
61 # Agent packages
62 PACKAGES_AGFA_IMPAX=SUNWscpax
63
64 PACKAGES_APACHE=SUNWscapc
65
66 PACKAGES_APACHE_TC=SUNWsctomcat
67
68 PACKAGES_DHC=SUNWscdhc
69
70 PACKAGES_DNS=SUNWscdns
71
72 PACKAGES_EBS=SUNWscebs
73
74 PACKAGES_HADB=SUNWschadb
75
76 PACKAGES_IDS=SUNWscids
77
78 PACKAGES_KERBEROS=SUNWsckrb5
79
80 PACKAGES_L10N="\
81 SUNWcscapc \
82 SUNWcscdns \
83 SUNWcschadb \
84 SUNWcschtt \
85 SUNWcsclc \
86 SUNWcscnfs \
87 SUNWcscor \
88 SUNWcscs1as \
89 SUNWcscs1mq \
90 SUNWcscsap \
91 SUNWcscsapdb \
92 SUNWcscsapenq \
93 SUNWcscsaprepl \
94 SUNWcscsapscs \
95 SUNWcscsapwebas \
96 SUNWcscsbl \
97 SUNWcscsyb \
249 ${PACKAGES_SAP} \
250 ${PACKAGES_SAPDB} \
251 ${PACKAGES_SAPWEBAS} \
252 ${PACKAGES_SIEBEL} \
253 ${PACKAGES_SMB} \
254 ${PACKAGES_SOLARIS_ZONES} \
255 ${PACKAGES_SUN_GRID_ENG} \
256 ${PACKAGES_SWIFT_GWAY} \
257 ${PACKAGES_SYBASE} \
258 ${PACKAGES_WLS}"
259
260 # Support for S11 is unknown at this time, so include all agents
261 sparc_11_AGENTS="\
262 ${PACKAGES_AGFA_IMPAX} \
263 ${PACKAGES_APACHE} \
264 ${PACKAGES_APACHE_TC} \
265 ${PACKAGES_DHC} \
266 ${PACKAGES_DNS} \
267 ${PACKAGES_EBS} \
268 ${PACKAGES_HADB} \
269 ${PACKAGES_IDS} \
270 ${PACKAGES_KERBEROS} \
271 ${PACKAGES_L10N} \
272 ${PACKAGES_LIVECACHE} \
273 ${PACKAGES_MQI} \
274 ${PACKAGES_MQS} \
275 ${PACKAGES_MYS} \
276 ${PACKAGES_N1G_SPS} \
277 ${PACKAGES_NFS} \
278 ${PACKAGES_ORACLE} \
279 ${PACKAGES_ORACLE_9IAS} \
280 ${PACKAGES_POSTGRESQL} \
281 ${PACKAGES_S1AS} \
282 ${PACKAGES_S1MQ} \
283 ${PACKAGES_S1WS} \
284 ${PACKAGES_SAA} \
285 ${PACKAGES_SAP} \
286 ${PACKAGES_SAPDB} \
287 ${PACKAGES_SAPWEBAS} \
288 ${PACKAGES_SIEBEL} \
289 ${PACKAGES_SMB} \
|