Lines Matching refs:prod
885 for prod in $AP; do
886 prodname=`echo "$ALL_PRODUCTS" | grep "^$prod=" | cut -f2- -d= | cut -c-60`
888 prodname=$prod
891 eval "prod_${N}_name=\"$prod\""
892 product_is_selected $prod
999 for prod in $PRODUCTS; do
1000 test -z "$prod" && continue
1001 if [ ! -r "$prod/.pkgsize" ]; then
1002 msg_warning "WARNING: disk space usage information missing from directory %s" "$prod"
1005 exec < "$prod/.pkgsize"
1030 for prod in $PRODUCTS; do
1031 test -z "$prod" && continue
1032 if [ ! -d "$MYDIR/$prod" ]; then
1033 msg_warning "Product %s not found in the install image" "$prod"
1036 prodname=`echo "$ALL_PRODUCTS" | grep "^$prod=" | cut -f2- -d=`
1038 prodname=$prod
1046 if [ -r "$MYDIR/$prod/.remove-always" ]; then
1047 remove_always $prod
1049 # if [ -r "$MYDIR/$prod/.remove-if-older" ]; then
1050 # remove_if_older $prod
1052 install_product $prod
1107 for prod in $PRODUCTS; do
1108 test ! -d $MYDIR/$prod && unselect_product $prod