aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-23 16:33:09 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-23 16:33:09 +0000
commit875eeaf275e8a4bb8a9ed954365f35328d5b5d63 (patch)
treea3db0250548afebc28439e28970009cbb0cefd3b /misc
parent72031a8cb5062a722016a83186e0c3cbb9a43740 (diff)
downloadports-875eeaf275e8a4bb8a9ed954365f35328d5b5d63.tar.gz
ports-875eeaf275e8a4bb8a9ed954365f35328d5b5d63.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/mc/files/patch-ai20
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/mc/files/patch-ai b/misc/mc/files/patch-ai
new file mode 100644
index 000000000000..9ab65e350498
--- /dev/null
+++ b/misc/mc/files/patch-ai
@@ -0,0 +1,20 @@
+--- vfs/extfs/uzip.in Wed Sep 29 16:39:35 1999
++++ vfs/extfs/uzip.in.new Fri Dec 3 22:17:45 1999
+@@ -7,7 +7,7 @@
+ #
+ #
+
+-DZIP=/usr/bin
++DZIP=/usr/local/bin
+ XZIP="$DZIP/zip -g"
+ XDZIP="$DZIP/zip -d"
+ XUNZIP="$DZIP/unzip"
+@@ -67,7 +67,7 @@
+ if ($8 ~ /\/$/)
+ printf "drwxr-xr-x 1 %-8d %-8d %8d %s %s %s\n", uid, 0, $1, $5, $6, $8
+ else
+- printf "-rw-r--r-- 1 %-8d %-8d %8d %s %s %s\n", uid, 0, $1, $5, $6, substr($0, index($0, $7) + length($7 " ")
++ printf "-rw-r--r-- 1 %-8d %-8d %8d %s %s %s\n", uid, 0, $1, $5, $6, substr($0, index($0, $7) + length($7 " "))
+ }' 2>/dev/null
+ fi
+ }