- Timestamp:
- Jan 8, 2011, 1:57:55 PM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- ab6b738
- Parents:
- 7a63b22a
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
patches/tar-1.25-man-1.patch
r7a63b22a rabdca7b 1 1 Submitted By: Joe Ciccone <jciccone@gmail.com> 2 Date: 201 0-08-082 Date: 2011-01-08 3 3 Initial Package Version: 1.22 4 4 Origin: Debian … … 7 7 from debian. 8 8 9 diff -Naur tar-1.2 3.orig/doc/Makefile.am tar-1.23/doc/Makefile.am10 --- tar-1.2 3.orig/doc/Makefile.am 2010-01-26 06:30:20.000000000 -050011 +++ tar-1.2 3/doc/Makefile.am 2010-08-08 10:36:52.898076457 -04009 diff -Naur tar-1.25.orig/doc/Makefile.am tar-1.25/doc/Makefile.am 10 --- tar-1.25.orig/doc/Makefile.am 2010-10-24 14:07:54.000000000 -0400 11 +++ tar-1.25/doc/Makefile.am 2011-01-08 16:52:08.938781619 -0500 12 12 @@ -17,6 +17,7 @@ 13 13 ## along with this program; if not, write to the Free Software Foundation, … … 18 18 tar_TEXINFOS = \ 19 19 dumpdir.texi\ 20 diff -Naur tar-1.2 3.orig/doc/Makefile.in tar-1.23/doc/Makefile.in21 --- tar-1.2 3.orig/doc/Makefile.in 2010-03-10 05:51:41.000000000 -050022 +++ tar-1.2 3/doc/Makefile.in 2010-08-08 10:37:04.922326231 -040023 @@ -1 65,7 +165,7 @@20 diff -Naur tar-1.25.orig/doc/Makefile.in tar-1.25/doc/Makefile.in 21 --- tar-1.25.orig/doc/Makefile.in 2010-11-07 08:53:45.000000000 -0500 22 +++ tar-1.25/doc/Makefile.in 2011-01-08 16:52:08.938781619 -0500 23 @@ -172,7 +172,7 @@ 24 24 MAKEINFOHTML = $(MAKEINFO) --html 25 25 AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) … … 30 30 am__vpath_adj = case $$p in \ 31 31 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 32 @@ -1 87,6 +187,9 @@32 @@ -194,6 +194,9 @@ 33 33 am__base_list = \ 34 34 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ … … 40 40 ACLOCAL = @ACLOCAL@ 41 41 ALLOCA = @ALLOCA@ 42 @@ -8 27,6 +831,7 @@42 @@ -875,6 +878,7 @@ 43 43 top_build_prefix = @top_build_prefix@ 44 44 top_builddir = @top_builddir@ … … 48 48 tar_TEXINFOS = \ 49 49 dumpdir.texi\ 50 @@ -10 49,6 +1054,44 @@50 @@ -1097,6 +1101,44 @@ 51 51 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \ 52 52 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \ … … 93 93 TAGS: 94 94 95 @@ -1 057,6 +1100,19 @@95 @@ -1105,6 +1147,19 @@ 96 96 97 97 … … 113 113 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 114 114 list='$(DISTFILES)'; \ 115 @@ -1 091,9 +1147,9 @@115 @@ -1139,9 +1194,9 @@ 116 116 dist-info 117 117 check-am: all-am … … 125 125 done 126 126 install: install-am 127 @@ -11 41,7 +1197,7 @@127 @@ -1189,7 +1244,7 @@ 128 128 129 129 info-am: $(INFO_DEPS) … … 134 134 install-dvi: install-dvi-am 135 135 136 @@ -12 15,7 +1271,7 @@136 @@ -1263,7 +1318,7 @@ 137 137 install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\ 138 138 done; \ … … 143 143 install-pdf: install-pdf-am 144 144 145 @@ -1 263,7 +1319,9 @@145 @@ -1311,7 +1366,9 @@ 146 146 ps-am: $(PSS) 147 147 … … 154 154 .MAKE: install-am install-strip 155 155 156 @@ -1 272,14 +1330,15 @@156 @@ -1320,14 +1377,15 @@ 157 157 dvi-am html html-am info info-am install install-am \ 158 158 install-data install-data-am install-dvi install-dvi-am \ … … 178 178 179 179 header.texi: $(top_srcdir)/src/tar.h 180 diff -Naur tar-1.2 3.orig/doc/tar.1 tar-1.23/doc/tar.1181 --- tar-1.2 3.orig/doc/tar.1 1969-12-31 19:00:00.000000000 -0500182 +++ tar-1.2 3/doc/tar.1 2010-08-08 10:36:35.725827411 -0400183 @@ -0,0 +1,36 4@@184 +.\" generated by script on S un Aug 8 10:29:46 2010185 +.Dd Aug 8, 2010180 diff -Naur tar-1.25.orig/doc/tar.1 tar-1.25/doc/tar.1 181 --- tar-1.25.orig/doc/tar.1 1969-12-31 19:00:00.000000000 -0500 182 +++ tar-1.25/doc/tar.1 2011-01-08 16:53:11.798664576 -0500 183 @@ -0,0 +1,366 @@ 184 +.\" generated by script on Sat Jan 8 16:53:11 2011 185 +.Dd Jan 8, 2011 186 186 +.Dt TAR 1 187 187 +.Sh NAME … … 294 294 +.It Fl \-force\-local 295 295 +archive file is local even if it has a colon 296 +.It Fl \-full\-time 297 +print file time to its full resolution 296 298 +.It Fl g , Fl \-listed\-incremental Ar FILE 297 299 +handle new GNU-format incremental backup … … 467 469 +do not unquote filenames read with -T 468 470 +.It Fl \-utc 469 +print file modification dates in UTC471 +print file modification times in UTC 470 472 +.It Fl v , Fl \-verbose 471 473 +verbosely list files processed
Note:
See TracChangeset
for help on using the changeset viewer.