From 64b881e789e06ddfd32165c0e47da46d38a7385f Mon Sep 17 00:00:00 2001 From: Gary Palmer Date: Wed, 25 Jan 1995 22:41:57 +0000 Subject: Finally get most of wu-ftpd working. Changes: - Use internal functions rather than libc versions in a couple of places This allows writing to dirs without read perms and the ftpconversions file to work. - Fix up skey support to use correct parameters - using compress in the ftpconversions file doesn't seem to work, so alter example ftpconversions file to use gzip -d rather than compress -dc - Install manpages compressed Still broken : - using /bin/compress to compress/uncompress files on the fly --- ftp/wu-ftpd/files/patch-ag | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ftp/wu-ftpd/files/patch-ag (limited to 'ftp/wu-ftpd/files/patch-ag') diff --git a/ftp/wu-ftpd/files/patch-ag b/ftp/wu-ftpd/files/patch-ag new file mode 100644 index 000000000000..dabfbce24f9e --- /dev/null +++ b/ftp/wu-ftpd/files/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 -- cgit v1.2.3