Diff for /loncom/build/lpml_parse.pl between versions 1.48 and 1.50

version 1.48, 2002/05/19 17:46:19 version 1.50, 2002/05/23 19:24:33
Line 1283  END Line 1283  END
  ' && echo "**** NOTE: CONFIGURATION FILE CHANGE ****"'.   ' && echo "**** NOTE: CONFIGURATION FILE CHANGE ****"'.
  " \\\n\t\t".$logcmd.' && '." \\\n\t\t"."echo -n \"".   " \\\n\t\t".$logcmd.' && '." \\\n\t\t"."echo -n \"".
  'You likely need to compare contents of "'."\\\n\t\t\t".   'You likely need to compare contents of "'."\\\n\t\t\t".
  'echo -n "'.$targetroot.'/'.$target.'"'."\\\n\t\t".   '&& echo -n "'.$targetroot.'/'.$target.'"'."\\\n\t\t".
  'echo -n "with the new "'."\\\n\t\t\t".   '&& echo -n " with the new "'."\\\n\t\t\t".
                 'echo "'.$targetroot.'/'.$target.'.lpmlnew"'."\\\n\t\t".                  '&& echo "'.$targetroot.'/'.$target.'.lpmlnew"'."\\\n\t\t".
  "$logcmd); } && "." \\\n\t"."\\\n\t"."\\\n\t".   "$logcmd); } && "." \\\n\t"."\\\n\t"."\\\n\t".
   
   
Line 1298  END Line 1298  END
  "\\\n\t\t".$logcmd.' && '."\\\n\t\t".   "\\\n\t\t".$logcmd.' && '."\\\n\t\t".
  'echo -n "'.   'echo -n "'.
  'You likely need to review the contents of "'."\\\n\t\t\t".   'You likely need to review the contents of "'."\\\n\t\t\t".
  'echo -n "'.   '&& echo -n "'.
  $targetroot.'/'.$target.'"'."\\\n\t\t\t".   $targetroot.'/'.$target.'"'."\\\n\t\t\t".
  'echo -n "'.   '&& echo -n "'.
  'to make sure its "'."\\\n\t\t".   ' to make sure its "'."\\\n\t\t".
  'echo "'.   '&& echo "'.
                 'settings are compatible with your overall system"'."\\\n\t\t".                  'settings are compatible with your overall system"'."\\\n\t\t".
  "$logcmd); } && "."\\\n\t"."\\\n\t"."\\\n\t".   "$logcmd); } && "."\\\n\t"."\\\n\t"."\\\n\t".
   
Line 1310  END Line 1310  END
  '{ [ $$ECODE != "1" ] || ('."\\\n\t\t".   '{ [ $$ECODE != "1" ] || ('."\\\n\t\t".
  'echo "**** ERROR ****"'.$logcmd.' && '."\\\n\t\t".'echo -n "'.   'echo "**** ERROR ****"'.$logcmd.' && '."\\\n\t\t".'echo -n "'.
  'Configuration source file does not exist "'."\\\n\t\t".   'Configuration source file does not exist "'."\\\n\t\t".
  'echo -n "'.$sourceroot.'/'.$source.'"'."\\\n\t\t".   '&& echo -n "'.$sourceroot.'/'.$source.'"'."\\\n\t\t".
  "$logcmd); } && "."\\\n\t\t".   "$logcmd); } && "."\\\n\t\t".
  "perl verifymodown.pl ${targetroot}/${target} "."\\\n\t\t\t".   "perl verifymodown.pl ${targetroot}/${target} "."\\\n\t\t\t".
  "\"$categoryhash{$categoryname}\""."\\\n\t\t\t".   "\"$categoryhash{$categoryname}\""."\\\n\t\t\t".

Removed from v.1.48  
changed lines
  Added in v.1.50


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>