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

version 1.48, 2002/05/19 17:46:19 version 1.49, 2002/05/23 16:55:20
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 1296  END Line 1296  END
  $targetroot.'/'.$target."\\\n\t\t".   $targetroot.'/'.$target."\\\n\t\t".
  ' && echo "**** WARNING: NEW CONFIGURATION FILE ADDED ****"'.   ' && echo "**** WARNING: NEW CONFIGURATION FILE ADDED ****"'.
  "\\\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".
   

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


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