freebsd-dev/gnu/usr.bin/tar
David E. O'Brien dfce77f3a9 Add new -y/--bzip2/--bunzip2 flag. With all the ports that are going to
bzip2 as the compression mechanism, this makes life easier.

Obtained from:	bzip2 website
1999-03-17 12:09:31 +00:00
..
buffer.c Remove regex code, use -lgnuregex instead 1995-01-11 04:18:38 +00:00
ChangeLog I don't know why the version was bumped to 1.11.3, nothing from the real 1999-02-28 09:11:20 +00:00
COPYING Updated GNU utilities 1993-06-18 04:22:21 +00:00
create.c Fix fencepost error in readlink; inspired by OpenBSD 1998-09-09 17:14:17 +00:00
diffarch.c Fixed printf format errors. 1998-06-30 20:14:13 +00:00
extract.c Don't create anything on the disk if -O (aka --to-stdout) was given. 1997-04-13 08:39:38 +00:00
getdate.y MF22 - allow dates to 2069 1999-01-13 06:31:55 +00:00
getoldopt.c Updated GNU utilities 1993-06-18 04:22:21 +00:00
getopt1.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
getopt.c Fix white-space spamming. 1999-02-08 01:32:04 +00:00
getopt.h Fix white-space spamming. 1999-02-08 01:32:04 +00:00
getpagesize.h Updated GNU utilities 1993-06-18 04:22:21 +00:00
gnu.c Fixed printf format errors. 1998-06-30 20:14:13 +00:00
list.c Fixed printf format errors. 1998-06-30 20:14:13 +00:00
Makefile The default tape device should be /dev/rsa0 for CAM. 1998-09-21 17:20:08 +00:00
Makefile.gnu Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
mangle.c Updated GNU utilities 1993-06-18 04:22:21 +00:00
msd_dir.h Updated GNU utilities 1993-06-18 04:22:21 +00:00
names.c Updated GNU utilities 1993-06-18 04:22:21 +00:00
open3.h Updated GNU utilities 1993-06-18 04:22:21 +00:00
pathmax.h Updated GNU utilities 1993-06-18 04:22:21 +00:00
port.c Fixed printf format errors. 1998-06-30 20:14:13 +00:00
port.h Updated GNU utilities 1993-06-18 04:22:21 +00:00
README Updated GNU utilities 1993-06-18 04:22:21 +00:00
rmt.h Updated GNU utilities 1993-06-18 04:22:21 +00:00
rtapelib.c Print out permissions that could not be re-established using 0%o 1996-11-03 14:47:52 +00:00
tar.1 Change rst0 into rsa0 in the man page too. Correct the spelling of 1998-09-22 09:55:09 +00:00
tar.c Add new -y/--bzip2/--bunzip2 flag. With all the ports that are going to 1999-03-17 12:09:31 +00:00
tar.h fixed: tar will extract file even if -C command fails 1998-07-27 18:40:09 +00:00
update.c Updated GNU utilities 1993-06-18 04:22:21 +00:00
version.c I don't know why the version was bumped to 1.11.3, nothing from the real 1999-02-28 09:11:20 +00:00

Hey!  Emacs!  Yo!  This is -*- Text -*- !!!

This GNU tar 1.11.2.  Please send bug reports, etc., to
bug-gnu-utils@prep.ai.mit.edu.  This is a beta-test release.  Please
try it out.  There is no manual; the release of version 1.12 will
contain a manual.

GNU tar is based heavily on John Gilmore's public domain tar, but with
added features.  The manual is currently being written.  

This distribution also includes rmt, the remote tape server (which
normally must reside in /etc).  The mt tape drive control program is
in the GNU cpio distribution.

See the file INSTALL for compilation and installation instructions for Unix.
See the file NEWS for information on all that is new in this version
of tar.

makefile.pc is a makefile for Turbo C 2.0 on MS-DOS.

Various people have been having problems using floppies on a NeXT.  In
order to have them work right, you need to kill the automounting
program which tries to monut floppies as soon as they are added.

If you want to do incremental dumps, use the distributed backup
scripts.  They are what we use at the FSF to do all our backups.  Most
importantly, do not use --incremental (-G) or --after-date (-N) or
--newer-mtime to do incremental dumps.  The only option that works
correctly for this purpose is --listed-incremental.  (When extracting
incremental dumps, use --incremental (-G).)

If your system needs to link with -lPW to get alloca, but has
rename in the C library (so HAVE_RENAME is defined), -lPW might
give you an incorrect version of rename.  On HP-UX this manifests
itself as an undefined data symbol called "Error" when linking cp, ln,
and mv.  If this happens, use `ar x' to extract alloca.o from libPW.a
and `ar rc' to put it in a library liballoca.a, and put that in LIBS
instead of -lPW.  This problem does not occur when using gcc, which
has alloca built in.