summaryrefslogtreecommitdiff
path: root/shells/fd/files
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-06-11 12:31:41 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-06-11 12:31:41 +0000
commit7c4a48cf791110364c07608a4b2cdb8f5d93c60f (patch)
tree8e1fdcc642a01f251e30daaec927c0b81760d599 /shells/fd/files
parentHandle lib/wine/glu32.dll.so and lib/wine/glu32.dll.so, whose existence (diff)
Update to 2.01a.
Adjust tar_format for the latest GNU tar.
Notes
Notes: svn path=/head/; revision=61103
Diffstat (limited to 'shells/fd/files')
-rw-r--r--shells/fd/files/patch-_fdrc18
1 files changed, 5 insertions, 13 deletions
diff --git a/shells/fd/files/patch-_fdrc b/shells/fd/files/patch-_fdrc
index f2087a44c963..2842da0dd894 100644
--- a/shells/fd/files/patch-_fdrc
+++ b/shells/fd/files/patch-_fdrc
@@ -1,5 +1,5 @@
---- _fdrc.orig Wed May 8 00:00:00 2002
-+++ _fdrc Thu May 16 03:14:24 2002
+--- _fdrc.orig Mon Jun 10 00:00:00 2002
++++ _fdrc Tue Jun 11 21:27:57 2002
@@ -13,2 +13,3 @@
#SORTTYPE=0
+FD_SORTTYPE=101
@@ -28,18 +28,10 @@
#PAGER=more%K
+FD_PAGER=${PAGER:-/usr/bin/more}%K
#EDITOR=vi
-@@ -222,2 +229,42 @@
+@@ -222,2 +229,34 @@
# launcher definition
+tar="tar"
-+
-+case `$tar --version 2>&1` in
-+*GNU*\ 1.1[01]*)
-+ tar_format="%a %u/%g %s %m %d %t %y %f"
-+ ;;
-+*)
-+ tar_format="%a %u/%g %s %y-%m-%d %t %f"
-+ ;;
-+esac
++tar_format="%a %u/%g %s %m %d %t %y %f"
+
+launch ".tar" "$tar tvf" "$tar_format"
+
@@ -71,7 +63,7 @@
+arch ".aa" "echo ERROR" "cat %X.?? | $tar zxf - %TA"
+
#(Default)
-@@ -325,2 +372,37 @@
+@@ -325,2 +364,37 @@
# archiver definition
+
+arch ".tar" "$tar cf %C %T" "$tar xf %C %TA"