freebsd-dev/sbin/dump
Ian Dowse a50e99d137 Give a sensible error message when the filesystem to be dumped is
not listed in /etc/fstab. Previously, the user would be greeted
with "DUMP: bad sblock magic number" when dump tried to parse
the directory contents as an FFS filesystem.

PR:		bin/12789
Submitted by:	Bob Willcox <bob@pmr.com>
2001-11-16 22:13:44 +00:00
..
dump.8
dump.h SECURITY. 2001-09-05 15:37:01 +00:00
dumprmt.c
itime.c Make the protocol/dumprestore.h header match restore's idea of the dump 2001-10-28 20:01:38 +00:00
main.c Give a sensible error message when the filesystem to be dumped is 2001-11-16 22:13:44 +00:00
Makefile SECURITY. 2001-09-05 15:37:01 +00:00
optr.c deltat declared time_t, msg("") call used %d (assumed time_t == int). 2001-10-28 06:13:47 +00:00
pathnames.h SECURITY. 2001-09-05 15:37:01 +00:00
tape.c
traverse.c Convert two instances of a lseek()+read() combination to a pread(). 2001-07-01 04:46:20 +00:00
unctime.c