As I started using the LengthNormUpdater in AIT, I ran into situations where returning an error code of 0 if no fields in the index had norms was a hassle. In the scripts using the LNU, distinguishing real errors from this condition is important, and using a return code of 0 for both prevented that.
So, I changed LNU to return '2' in the case where there are no norms to update.
SVN 2803.