summaryrefslogtreecommitdiff
path: root/net/wu-ftpd/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'net/wu-ftpd/patches/patch-ac')
-rw-r--r--net/wu-ftpd/patches/patch-ac38
1 files changed, 18 insertions, 20 deletions
diff --git a/net/wu-ftpd/patches/patch-ac b/net/wu-ftpd/patches/patch-ac
index 0862f4f9190..a30f865033d 100644
--- a/net/wu-ftpd/patches/patch-ac
+++ b/net/wu-ftpd/patches/patch-ac
@@ -1,21 +1,19 @@
-$NetBSD: patch-ac,v 1.3 1998/08/07 11:11:04 agc Exp $
+$NetBSD: patch-ac,v 1.4 1999/02/13 09:05:02 rh Exp $
-*** doc/examples/ftpconversions.orig Fri Apr 1 21:03:23 1994
---- doc/examples/ftpconversions Mon Mar 2 19:15:23 1998
-***************
-*** 1,7 ****
-! :.Z: : :/bin/compress -d -c %s:T_REG|T_ASCII:O_UNCOMPRESS:UNCOMPRESS
-! : : :.Z:/bin/compress -c %s:T_REG:O_COMPRESS:COMPRESS
-! :.gz: : :/bin/gzip -cd %s:T_REG|T_ASCII:O_UNCOMPRESS:GUNZIP
-! : : :.gz:/bin/gzip -9 -c %s:T_REG:O_COMPRESS:GZIP
-! : : :.tar:/bin/tar -c -f - %s:T_REG|T_DIR:O_TAR:TAR
-! : : :.tar.Z:/bin/tar -c -Z -f - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+COMPRESS
-! : : :.tar.gz:/bin/tar -c -z -f - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+GZIP
---- 1,7 ----
-! :.Z: : :/usr/bin/gzip -d -c %s:T_REG|T_ASCII:O_UNCOMPRESS:UNCOMPRESS
-! : : :.Z:/usr/bin/compress -c %s:T_REG:O_COMPRESS:COMPRESS
-! :.gz: : :/usr/bin/gzip -cd %s:T_REG|T_ASCII:O_UNCOMPRESS:GUNZIP
-! : : :.gz:/usr/bin/gzip -9 -c %s:T_REG:O_COMPRESS:GZIP
-! : : :.tar:/usr/bin/tar -c -f - %s:T_REG|T_DIR:O_TAR:TAR
-! : : :.tar.Z:/usr/bin/tar -c -Z -f - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+COMPRESS
-! : : :.tar.gz:/usr/bin/tar -c -z -f - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+GZIP
+--- doc/examples/ftpconversions.orig Fri Apr 1 21:03:23 1994
++++ doc/examples/ftpconversions Sat Feb 13 00:18:05 1999
+@@ -1,7 +1,7 @@
+- :.Z: : :/bin/compress -d -c %s:T_REG|T_ASCII:O_UNCOMPRESS:UNCOMPRESS
+- : : :.Z:/bin/compress -c %s:T_REG:O_COMPRESS:COMPRESS
+- :.gz: : :/bin/gzip -cd %s:T_REG|T_ASCII:O_UNCOMPRESS:GUNZIP
+- : : :.gz:/bin/gzip -9 -c %s:T_REG:O_COMPRESS:GZIP
+- : : :.tar:/bin/tar -c -f - %s:T_REG|T_DIR:O_TAR:TAR
+- : : :.tar.Z:/bin/tar -c -Z -f - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+COMPRESS
+- : : :.tar.gz:/bin/tar -c -z -f - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+GZIP
++ :.Z: : :/usr/bin/gzip -d -c %s:T_REG|T_ASCII:O_UNCOMPRESS:UNCOMPRESS
++ : : :.Z:/usr/bin/compress -c %s:T_REG:O_COMPRESS:COMPRESS
++ :.gz: : :/usr/bin/gzip -cd %s:T_REG|T_ASCII:O_UNCOMPRESS:GUNZIP
++ : : :.gz:/usr/bin/gzip -9 -c %s:T_REG:O_COMPRESS:GZIP
++ : : :.tar:/usr/bin/tar -c -f - %s:T_REG|T_DIR:O_TAR:TAR
++ : : :.tar.Z:/usr/bin/tar -c -Z -f - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+COMPRESS
++ : : :.tar.gz:/usr/bin/tar -c -z -f - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+GZIP