summaryrefslogtreecommitdiff
path: root/net/wu-ftpd/patches/patch-ac
blob: 0862f4f919096ba90c161bf107f67fe308460f5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-ac,v 1.3 1998/08/07 11:11:04 agc 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