Tim Kientzle
fd2a6fc1dc
Ooops. Correctly disable "tar"->"gtar" link.
...
Thanks to: Simon L. Nielsen, who was the first of
several people to point this out. <sigh>
2005-03-21 04:02:42 +00:00
Tim Kientzle
1ca479296c
Deorbit gtar, step 1: Remove WITH_GTAR knob.
...
"tar" is now always a synonym for "bsdtar".
People who need gtar can access it as "gtar."
Approved by: No objections on arch@
2005-03-20 20:38:46 +00:00
Ruslan Ermilov
0227791b40
Expand *n't contractions.
2005-02-13 22:25:33 +00:00
Ruslan Ermilov
b781f31ceb
Sort sections.
2005-01-18 09:04:26 +00:00
Ruslan Ermilov
4c0dba7213
Fold two ENVIRONMENT sections into one.
2005-01-18 09:03:19 +00:00
Tim Kientzle
16847ae6c0
Make bsdtar the default system tar. This makes /usr/bin/tar a symlink
...
pointing to /usr/bin/bsdtar by default. To make it point to /usr/bin/gtar,
you can define WITH_GTAR.
2004-07-17 06:03:47 +00:00
Ruslan Ermilov
f97d4ddfed
Mechanically kill hard sentence breaks.
2004-07-02 21:53:39 +00:00
Ruslan Ermilov
d37ea99837
Removed trailing whitespace.
2004-07-02 19:07:33 +00:00
Tim Kientzle
020a53a0cc
Have /usr/bin/tar be a symlink to /usr/bin/gtar rather
...
than a hardlink. This will make it easier for people
to tell which system tar they're currently using.
2004-06-04 00:39:46 +00:00
Ruslan Ermilov
38639d5191
Fixed "make clean".
2004-03-03 17:04:49 +00:00
Andrey A. Chernov
e27b3bf5e2
Remove getopt*.c, we already have compatible getopt_long() in libc
2004-02-17 01:34:53 +00:00
Tim Kientzle
3d82406997
Style fixes: Use curly braces in Makefiles,
...
use cat (not cp) to copy files.
Submitted by: ru
2004-02-13 00:58:48 +00:00
Tim Kientzle
581dfc5cc0
GNU tar in the base system is now called "gtar"
...
"tar" is now just a link to "gtar".
This lays the groundwork for an orderly migration
from GNU tar to some other tar. (First, we introduce
the new tar program, then we migrate the 'tar' name,
then we remove gtar, with intervals of months between
these steps.)
Approved by: gordon
2004-02-11 05:44:20 +00:00
David E. O'Brien
270a7d5792
/rescue/tar exists, so build this dynamic now.
2003-11-17 05:16:26 +00:00
Peter Wemm
c26f60e189
There is no need to #include <sgtty.h>
2003-09-04 01:33:43 +00:00
Ruslan Ermilov
8d5d039f80
Uniformly refer to a file system as "file system".
...
Approved by: re
2002-12-12 17:26:04 +00:00
David E. O'Brien
597e16e012
We HAVE_STPCPY now.
2002-10-20 07:50:20 +00:00
Dima Dorfman
86b0a4f56e
choosen -> chosen
...
PR: 42962
Submitted by: Scott D Friedemann <sdf@expertune.com>
2002-10-01 23:15:32 +00:00
Ruslan Ermilov
e091d0c2ac
can not -> cannot.
2002-08-13 14:10:36 +00:00
Ruslan Ermilov
fc511333b6
SUBDIR is initially empty.
2002-06-05 07:00:41 +00:00
Ruslan Ermilov
8659c37498
Canonicalize.
2002-06-05 06:59:10 +00:00
Maxim Sobolev
9bdd177911
Collapse lib and tar dirs into single top-level directory.
...
Suggested by: obrien
2002-06-04 21:16:18 +00:00
Maxim Sobolev
41965b2932
Don't forget to include ../Makefile.inc.
2002-06-04 11:28:09 +00:00
Maxim Sobolev
0d041c5ae8
Add bmake bits for building GNU tar from src/contrib/tar.
2002-06-04 11:14:49 +00:00
Maxim Sobolev
bf15d27233
Send our ancienv GNU tar into Attic.
...
Suggested by: ps
2002-06-04 11:14:06 +00:00
Peter Wemm
856bef3c17
Bandaid for LP64 machines where 'warning: cast to pointer from different
...
sized integer' bites. The various malloc functions return pointers,
but without any prototype/declarations visible to callers, the compiler
expects them to return int.
2002-04-07 01:44:24 +00:00
Maxim Sobolev
12397b2bad
When unpacking compressed archive check exit status of the child (gzip or bzip)
...
and exit with error code if that status != 0.
PR: 30876
Submitted by: Simon Gerraty <sig@juniper.net>
2002-02-07 10:38:16 +00:00
Peter Wemm
ee5f51df8f
msg_out is already initialized
2001-08-13 21:55:41 +00:00
Ruslan Ermilov
8af1452cf8
Removed duplicate VCS ID tags, as per style(9).
2001-08-13 14:06:34 +00:00
Ruslan Ermilov
63919764c2
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 10:42:19 +00:00
Brian Somers
7bc6d0158f
Fix the type of the NULL arg to execl()
...
Idea from: Theo de Raadt <deraadt@openbsd.org>
2001-07-09 09:24:06 +00:00
Ruslan Ermilov
02ee7aa71f
mdoc(7) police: use .Nm, remove blank line (these cause warnings in mdocNG).
2001-04-04 09:49:05 +00:00
Poul-Henning Kamp
6e2d5ad868
Add to BUGS section why tar can't dump large minors
2001-03-28 19:31:59 +00:00
Andrey A. Chernov
39cb1f2d78
Fix -I getopt form
...
PR: 26010
Submitted by: Peter Jeremy <jeremyp@gsmx07.alcatel.com.au>
2001-03-23 12:39:29 +00:00
Andrey A. Chernov
2bd3c6a70d
Cosmetique, use %R instead of %H:%M
2001-03-21 19:19:57 +00:00
Andrey A. Chernov
b4e3ab4a9c
Don't attempt to parse %c output, use nl_langinfo instead
2001-03-21 15:13:50 +00:00
Ruslan Ermilov
1530a45dfb
mdoc(7) police: Nm macro remembers its argument on the first
...
call, punctuation characters should be separated by whitespace.
2001-03-05 15:14:19 +00:00
Hajimu UMEMOTO
442aa310e6
Introduce $TAR_RSH to enable use of ssh as transport.
2001-02-18 17:30:29 +00:00
Bruce Evans
ec491764da
Quick fix for attempts to free non-malloc()ed memory. The variables
...
current_file_name and current_link_name sometimes point into the
middle of malloc()ed memory and sometimes point to alloca()ed memory,
but free() is sometimes called on them. This seems to be harmless
for the usual tar operations, but it is usually fatal for `tar -W'.
E.g., for `cd /etc; tar Wcf /tmp/foo rc', at the start of
verify_volume(), current_file_name points to alloca()ed memory, and
tar attempts to free it.
2001-02-18 01:06:13 +00:00
Ruslan Ermilov
d0353b836e
mdoc(7) police: split punctuation characters + misc fixes.
2001-02-01 16:38:02 +00:00
David E. O'Brien
29931e8454
s/rsa0/sa0/g
2001-01-01 19:50:48 +00:00
Ruslan Ermilov
b7b6d48965
mdoc(7) police: formatting fixes.
2000-12-25 09:08:44 +00:00
David E. O'Brien
d6e3a23dbc
Clean up the -j/-y/--bzip entry in usage().
...
Add the -U and --unlink-first options which are the offical verions of our
--unlink localism.
Add support for the "TAR_OPTIONS" environmental variable.
Obtained from: GNU tar 1.13.18
2000-12-24 10:52:23 +00:00
David E. O'Brien
3d0dea2a75
Add -j as the offical "pipe thru bzip2 compression program" option.
...
Make -I equivalent to -T for compatiblity with Solaris.
Obtained from: GNU tar 1.13.18
2000-12-24 10:19:55 +00:00
David E. O'Brien
1ba16c630e
Update the date of last change.
...
Submitted by: ru
2000-12-22 18:56:41 +00:00
David E. O'Brien
8e676d4297
Add the -bzip and -I flags as aliases for -y for Red Hat compatibility.
2000-12-22 11:25:18 +00:00
Ruslan Ermilov
a2fd3702a3
mdoc(7) police: use canonical form of .Dd macro.
2000-12-11 15:15:20 +00:00
Ruslan Ermilov
725ab6287f
log
2000-11-22 09:23:54 +00:00
Ruslan Ermilov
3450dff7f1
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 12:18:54 +00:00
Ruslan Ermilov
b5c508fba3
Use Fx macro wherever possible.
2000-11-14 11:20:58 +00:00