Sdiff jas.dvdimage.ksh


176 PACKAGES_SAPWEBAS="\ 177 SUNWscsapenq \ 178 SUNWscsaprepl \ 179 SUNWscsapscs \ 180 SUNWscsapwebas" 181 182 PACKAGES_SIEBEL=SUNWscsbl 183 184 PACKAGES_SMB=SUNWscsmb 185 186 PACKAGES_SOLARIS_ZONES=SUNWsczone 187 188 PACKAGES_SUN_GRID_ENG=SUNWscsge 189 190 PACKAGES_SWIFT_GWAY=SUNWscsag 191 192 PACKAGES_SYBASE=SUNWscsyb 193 194 PACKAGES_WLS=SUNWscwls 195 196 # Specify which agents are supported on which platforms 197 sparc_9_AGENTS="\ 198 ${PACKAGES_AGFA_IMPAX} \ 199 ${PACKAGES_APACHE} \ 200 ${PACKAGES_APACHE_TC} \ 201 ${PACKAGES_DHC} \ 202 ${PACKAGES_DNS} \ 203 ${PACKAGES_EBS} \ 204 ${PACKAGES_HADB} \ 205 ${PACKAGES_LIVECACHE} \ 206 ${PACKAGES_MQI} \ 207 ${PACKAGES_MQS} \ 208 ${PACKAGES_MYS} \ 209 ${PACKAGES_N1G_SPS} \ 210 ${PACKAGES_NFS} \ 211 ${PACKAGES_ORACLE} \ 212 ${PACKAGES_ORACLE_9IAS} \ 213 ${PACKAGES_POSTGRESQL} \ 214 ${PACKAGES_S1AS} \ 215 ${PACKAGES_S1MQ} \
302 ${PACKAGES_KERBEROS} \ 303 ${PACKAGES_LIVECACHE} \ 304 ${PACKAGES_MQI} \ 305 ${PACKAGES_MQS} \ 306 ${PACKAGES_MYS} \ 307 ${PACKAGES_N1G_SPS} \ 308 ${PACKAGES_NFS} \ 309 ${PACKAGES_ORACLE} \ 310 ${PACKAGES_ORACLE_9IAS} \ 311 ${PACKAGES_POSTGRESQL} \ 312 ${PACKAGES_S1AS} \ 313 ${PACKAGES_S1MQ} \ 314 ${PACKAGES_S1WS} \ 315 ${PACKAGES_SAP} \ 316 ${PACKAGES_SAPDB} \ 317 ${PACKAGES_SAPWEBAS} \ 318 ${PACKAGES_SMB} \ 319 ${PACKAGES_SOLARIS_ZONES} \ 320 ${PACKAGES_SUN_GRID_ENG} \ 321 ${PACKAGES_SYBASE} \ 322 ${PACKAGES_WLS}" 323 324 i386_11_AGENTS=${sparc_11_AGENTS} 325 326 AGENTS=$(eval echo \${${MACH}_${OS}_AGENTS}) 327 328 # 329 # Functions 330 # 331 # Builds the external pieces of the image 332 # build_image_external() 333 build_image_external() { 334 # Check if this piece of the image has already been built 335 [ -h "${DVD}/Copyright" ] && return 336 337 echo "Adding the external pieces to the image" 338 339 # Create directories 340 ${MKDIR} ${DVD} || error "Can't create directory ${DVD}" 341 342 # Add dvdimage of symlinks to external products


176 PACKAGES_SAPWEBAS="\ 177 SUNWscsapenq \ 178 SUNWscsaprepl \ 179 SUNWscsapscs \ 180 SUNWscsapwebas" 181 182 PACKAGES_SIEBEL=SUNWscsbl 183 184 PACKAGES_SMB=SUNWscsmb 185 186 PACKAGES_SOLARIS_ZONES=SUNWsczone 187 188 PACKAGES_SUN_GRID_ENG=SUNWscsge 189 190 PACKAGES_SWIFT_GWAY=SUNWscsag 191 192 PACKAGES_SYBASE=SUNWscsyb 193 194 PACKAGES_WLS=SUNWscwls 195 196 PACKAGES_XVM=SUNWscxvm 197 198 # Specify which agents are supported on which platforms 199 sparc_9_AGENTS="\ 200 ${PACKAGES_AGFA_IMPAX} \ 201 ${PACKAGES_APACHE} \ 202 ${PACKAGES_APACHE_TC} \ 203 ${PACKAGES_DHC} \ 204 ${PACKAGES_DNS} \ 205 ${PACKAGES_EBS} \ 206 ${PACKAGES_HADB} \ 207 ${PACKAGES_LIVECACHE} \ 208 ${PACKAGES_MQI} \ 209 ${PACKAGES_MQS} \ 210 ${PACKAGES_MYS} \ 211 ${PACKAGES_N1G_SPS} \ 212 ${PACKAGES_NFS} \ 213 ${PACKAGES_ORACLE} \ 214 ${PACKAGES_ORACLE_9IAS} \ 215 ${PACKAGES_POSTGRESQL} \ 216 ${PACKAGES_S1AS} \ 217 ${PACKAGES_S1MQ} \
304 ${PACKAGES_KERBEROS} \ 305 ${PACKAGES_LIVECACHE} \ 306 ${PACKAGES_MQI} \ 307 ${PACKAGES_MQS} \ 308 ${PACKAGES_MYS} \ 309 ${PACKAGES_N1G_SPS} \ 310 ${PACKAGES_NFS} \ 311 ${PACKAGES_ORACLE} \ 312 ${PACKAGES_ORACLE_9IAS} \ 313 ${PACKAGES_POSTGRESQL} \ 314 ${PACKAGES_S1AS} \ 315 ${PACKAGES_S1MQ} \ 316 ${PACKAGES_S1WS} \ 317 ${PACKAGES_SAP} \ 318 ${PACKAGES_SAPDB} \ 319 ${PACKAGES_SAPWEBAS} \ 320 ${PACKAGES_SMB} \ 321 ${PACKAGES_SOLARIS_ZONES} \ 322 ${PACKAGES_SUN_GRID_ENG} \ 323 ${PACKAGES_SYBASE} \ 324 ${PACKAGES_WLS} \ 325 ${PACKAGES_XVM}" 326 327 i386_11_AGENTS=${sparc_11_AGENTS} 328 329 AGENTS=$(eval echo \${${MACH}_${OS}_AGENTS}) 330 331 # 332 # Functions 333 # 334 # Builds the external pieces of the image 335 # build_image_external() 336 build_image_external() { 337 # Check if this piece of the image has already been built 338 [ -h "${DVD}/Copyright" ] && return 339 340 echo "Adding the external pieces to the image" 341 342 # Create directories 343 ${MKDIR} ${DVD} || error "Can't create directory ${DVD}" 344 345 # Add dvdimage of symlinks to external products