-$Id: CHANGES,v 1.70 2000/08/19 22:08:53 stelian Exp $
+$Id: CHANGES,v 1.71 2000/08/19 22:39:35 stelian Exp $
Changes between versions 0.4b17 and 0.4b19 (released ?????????????)
===================================================================
2. Specified the default blocksize in the dump man page.
+3. Changed two info messages of restore to be written on stdout
+ instead of stderr in order to leave stderr only for errors
+ or warnings. Thanks to Stephen Atwell
+ <satwell@urbana.css.mot.com> for the suggestion.
+
Changes between versions 0.4b17 and 0.4b18 (released June 30, 2000)
===================================================================
-$Id: THANKS,v 1.31 2000/06/30 09:12:14 stelian Exp $
+$Id: THANKS,v 1.32 2000/08/19 22:39:35 stelian Exp $
Dump and restore were written by the people of the CSRG at the University
of California, Berkeley.
Thanks to people who reported problems with the port, sent patches, and
suggested various improvements.
Here is a partial list of them (if I have forgotten someone, please complain):
+Stephen Atwell satwell@urbana.css.mot.com
Stan Bubrouski satan@fastdial.net
Stephen Carr sgcarr@civeng.adelaide.edu.au
Rob Cermak cermak@ahab.rutgers.edu
#ifndef lint
static const char rcsid[] =
- "$Id: tape.c,v 1.18 2000/06/25 18:42:39 stelian Exp $";
+ "$Id: tape.c,v 1.19 2000/08/19 22:39:35 stelian Exp $";
#endif /* not lint */
#include <sys/param.h>
#endif
if (spcl.c_host[0] == '\0')
return;
- fprintf(stderr, "Level %d dump of %s on %s:%s\n",
+ fprintf(stdout, "Level %d dump of %s on %s:%s\n",
spcl.c_level, spcl.c_filesys, spcl.c_host, spcl.c_dev);
- fprintf(stderr, "Label: %s\n", spcl.c_label);
+ fprintf(stdout, "Label: %s\n", spcl.c_label);
}
int