summaryrefslogtreecommitdiff
path: root/net/wu-ftpd/patches/patch-ac
blob: a30f865033dcb22b7e5548b05aae0f8963c54780 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$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	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