Lines Matching refs:PRODREG
302 PRODREG=
310 PRODREG=$prodreg
314 if [ -n "$PRODREG" ]; then
319 cp $PRODREG $TMP_PRODREG || \
320 msg_error "Error copying $PRODREG to $TMP_PRODREG"
323 backup $PRODREG
324 cp $TMP_PRODREG $PRODREG || \
325 msg_error "Error copying $TMP_PRODREG to $PRODREG"
344 if [ -n "$PRODREG" ]; then
345 cp $PRODREG $TMP_PRODREG && \
348 /bin/sed -f $TMP_PRODREG_SCRIPT $TMP_PRODREG > $PRODREG ||
349 msg_warning "Warning: Failed to update the product registry file: $PRODREG"
359 if [ -n "$PRODREG" ]; then
361 `/usr/bin/cmp -s $PRODREG $PRODREG~`
364 rm $PRODREG~
367 /bin/grep '<compid>' $PRODREG > /dev/null 2>&1 || rm -f $PRODREG