freebsd-dev/sbin/dump
Kirk McKusick 23ad9069cb The current /etc/dumpdates file restricts device names to 32 characters.
With the addition of various GEOM layers some device names now exceed
this length, for example /dev/mirror/encrypted.elig.journal. This
change expands the field to 53 bytes which brings the /etc/dumpdates
lines to 80 characters. Exceeding 80 characters makes the /etc/dumpdates
file much less human readable. A test is added to dump so that it
verifies that the device name will fit in the 53 character field
failing the dump if it is too long.

This change has been checked to verify that its /etc/dumpdates file
is compatible with older versions of dump.

Reported by: Martin Sugioarto <martin@sugioarto.com>
PR:          kern/160678
MFC after:   3 weeks
2011-10-18 18:42:26 +00:00
..
cache.c
dump.8 When using dump to generate level 0 dumps which are then rsync'ed 2008-05-23 23:13:14 +00:00
dump.h The current /etc/dumpdates file restricts device names to 32 characters. 2011-10-18 18:42:26 +00:00
dumprmt.c
itime.c The current /etc/dumpdates file restricts device names to 32 characters. 2011-10-18 18:42:26 +00:00
main.c The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilities 2011-01-24 06:17:05 +00:00
Makefile Switch the default WARNS level for sbin/ to 6. 2009-10-19 16:00:24 +00:00
optr.c The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilities 2011-01-24 06:17:05 +00:00
pathnames.h
tape.c The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilities 2011-01-24 06:17:05 +00:00
traverse.c When using dump to generate level 0 dumps which are then rsync'ed 2008-05-23 23:13:14 +00:00
unctime.c