freebsd-dev/sbin/dump
Ian Dowse ff5e109e47 Make dump's behaviour more sensible when the output file is a fifo.
Normally trewind() performs a close-open-close cycle to rewind the
tape when closing the device, but this is not ideal for fifos. We
now skip the final open-close if the output descriptor is a fifo.

PR:		bin/25474
Submitted by:	Alex Bakhtin <bakhtin@amt.ru>
MFC after:	1 week
2002-02-11 00:50:50 +00:00
..
dump.8 Make it clear that dump(8)'s honoring of the UF_NODUMP flag is subject 2002-02-10 22:14:09 +00:00
dump.h Zap a number of #ifdef sunos blocks, and all of the `register' 2001-11-17 00:06:55 +00:00
dumprmt.c Zap a number of #ifdef sunos blocks, and all of the `register' 2001-11-17 00:06:55 +00:00
itime.c I've been meaning to do this for a while. Add an underscore to the 2002-01-19 23:20:02 +00:00
main.c I've been meaning to do this for a while. Add an underscore to the 2002-01-19 23:20:02 +00:00
Makefile Default to WARNS=2. 2001-12-04 02:19:58 +00:00
optr.c Zap a number of #ifdef sunos blocks, and all of the `register' 2001-11-17 00:06:55 +00:00
pathnames.h SECURITY. 2001-09-05 15:37:01 +00:00
tape.c Make dump's behaviour more sensible when the output file is a fifo. 2002-02-11 00:50:50 +00:00
traverse.c Files in subdirectories of directories that have the nodump flag set 2001-12-05 20:42:52 +00:00
unctime.c Don't reinvent the wheel; use strptime(3). 2001-09-04 16:17:17 +00:00