summaryrefslogtreecommitdiff
path: root/net/wu-ftpd/patches/patch-ag
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-03-29 20:40:20 +0000
committertron <tron@pkgsrc.org>1998-03-29 20:40:20 +0000
commit9d48f086b36887f45a4b53edbb39bcfd1e350f2a (patch)
treec1278b9c80b2b45df2338fc5b54ed2dcb6518530 /net/wu-ftpd/patches/patch-ag
parente259711c482b7aeb25c7c53ae0677e193f827c8c (diff)
downloadpkgsrc-9d48f086b36887f45a4b53edbb39bcfd1e350f2a.tar.gz
Initial import of FreeBSD's "wu-ftpd-2.4.2-beta-16" port.
Diffstat (limited to 'net/wu-ftpd/patches/patch-ag')
-rw-r--r--net/wu-ftpd/patches/patch-ag19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/wu-ftpd/patches/patch-ag b/net/wu-ftpd/patches/patch-ag
new file mode 100644
index 00000000000..dabfbce24f9
--- /dev/null
+++ b/net/wu-ftpd/patches/patch-ag
@@ -0,0 +1,19 @@
+*** doc/examples/ftpconversions.orig Wed Jan 25 22:11:02 1995
+--- doc/examples/ftpconversions Wed Jan 25 22:11:49 1995
+***************
+*** 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: : :/bin/gzip -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