2009-05-04 Nikolas Coukouma * server-src/amrmtape.pl: try loading disklist before erasing, before amadmin tries (and possibly fails) 2009-05-04 Jean-Louis Martineau * man/xml-source/amdevcheck.8.xml: Document exit code. * server-src/amdevcheck.pl: change exit code. 2009-05-04 Dustin J. Mitchell * installcheck/Makefile.am installcheck/taper.pl: new installcheck for taper * installcheck/Installcheck/Config.pm: cleanup * installcheck/Installcheck/Run.pm: cleanup 2009-05-04 Dustin J. Mitchell * server-src/taper-mem-port-source.c server-src/taper-disk-port-source.c: continue reading from the port after the cache is exhausted, instead of terminating the part abruptly (which can lead to insertion of spurious zeros into the dumpfile); also remove some unnecessary assertions (g_return_val_if_fail) * server-src/taper-file-source.c: use correct unit on part size; correctly calculate estimated number of parts * server-src/taper-port-source.c: replace assertion with 'if'