kientzle
0069c3a218
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
kientzle
c74d7d94bd
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
ru
1541af42f1
Expand *n't contractions.
2005-02-13 22:25:33 +00:00
ru
79f9a7d4c5
Sort sections.
2005-01-18 09:04:26 +00:00
ru
46e339951e
Fold two ENVIRONMENT sections into one.
2005-01-18 09:03:19 +00:00
kientzle
c25602666f
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
ru
2334c79a75
Mechanically kill hard sentence breaks.
2004-07-02 21:53:39 +00:00
ru
4b39413aeb
Removed trailing whitespace.
2004-07-02 19:07:33 +00:00
kientzle
0d350a0b36
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
ru
de3fcf6777
Fixed "make clean".
2004-03-03 17:04:49 +00:00
ache
3242540820
Remove getopt*.c, we already have compatible getopt_long() in libc
2004-02-17 01:34:53 +00:00
kientzle
6a101e6915
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
kientzle
39cf5870aa
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
obrien
65465e41cd
/rescue/tar exists, so build this dynamic now.
2003-11-17 05:16:26 +00:00
peter
f238f6b990
There is no need to #include <sgtty.h>
2003-09-04 01:33:43 +00:00
ru
041d1287e8
Uniformly refer to a file system as "file system".
...
Approved by: re
2002-12-12 17:26:04 +00:00
obrien
63bd46464d
We HAVE_STPCPY now.
2002-10-20 07:50:20 +00:00
dd
cb1615844b
choosen -> chosen
...
PR: 42962
Submitted by: Scott D Friedemann <sdf@expertune.com>
2002-10-01 23:15:32 +00:00
ru
dfc3706596
can not -> cannot.
2002-08-13 14:10:36 +00:00
ru
a30fd02923
SUBDIR is initially empty.
2002-06-05 07:00:41 +00:00
ru
9b5411c3a6
Canonicalize.
2002-06-05 06:59:10 +00:00
sobomax
9db950024f
Collapse lib and tar dirs into single top-level directory.
...
Suggested by: obrien
2002-06-04 21:16:18 +00:00
sobomax
fe1fa7db54
Don't forget to include ../Makefile.inc.
2002-06-04 11:28:09 +00:00
sobomax
487ffcd195
Add bmake bits for building GNU tar from src/contrib/tar.
2002-06-04 11:14:49 +00:00
sobomax
e6cbf87777
Send our ancienv GNU tar into Attic.
...
Suggested by: ps
2002-06-04 11:14:06 +00:00
peter
078dac26a9
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
sobomax
53e0d06e7b
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
92a0f962f0
msg_out is already initialized
2001-08-13 21:55:41 +00:00
ru
95ce4d2cdc
Removed duplicate VCS ID tags, as per style(9).
2001-08-13 14:06:34 +00:00
ru
d19961ab7f
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 10:42:19 +00:00
brian
8636b161b3
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
ru
baf1e69c50
mdoc(7) police: use .Nm, remove blank line (these cause warnings in mdocNG).
2001-04-04 09:49:05 +00:00
phk
675a95706d
Add to BUGS section why tar can't dump large minors
2001-03-28 19:31:59 +00:00
ache
c6256cf4e1
Fix -I getopt form
...
PR: 26010
Submitted by: Peter Jeremy <jeremyp@gsmx07.alcatel.com.au>
2001-03-23 12:39:29 +00:00
ache
7069cc87cc
Cosmetique, use %R instead of %H:%M
2001-03-21 19:19:57 +00:00
ache
2a47a89919
Don't attempt to parse %c output, use nl_langinfo instead
2001-03-21 15:13:50 +00:00
ru
173502e075
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
ume
3b9f9179f5
Introduce $TAR_RSH to enable use of ssh as transport.
2001-02-18 17:30:29 +00:00
bde
11a6354f43
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
ru
8a6f8b5fe4
mdoc(7) police: split punctuation characters + misc fixes.
2001-02-01 16:38:02 +00:00
obrien
070f48d14f
s/rsa0/sa0/g
2001-01-01 19:50:48 +00:00
ru
86f19c12df
mdoc(7) police: formatting fixes.
2000-12-25 09:08:44 +00:00
obrien
f57db1fdc0
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
obrien
8857c9af4a
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
obrien
b0fcdfbd76
Update the date of last change.
...
Submitted by: ru
2000-12-22 18:56:41 +00:00
obrien
48d425011e
Add the -bzip and -I flags as aliases for -y for Red Hat compatibility.
2000-12-22 11:25:18 +00:00
ru
278161ed6c
mdoc(7) police: use canonical form of .Dd macro.
2000-12-11 15:15:20 +00:00
ru
1a6c69e84a
log
2000-11-22 09:23:54 +00:00
ru
ca1ff254a5
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 12:18:54 +00:00
ru
7d99729431
Use Fx macro wherever possible.
2000-11-14 11:20:58 +00:00