summaryrefslogtreecommitdiff
path: root/ftp/wu-ftpd/files/patch-ab
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1995-01-25 22:41:57 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1995-01-25 22:41:57 +0000
commit64b881e789e06ddfd32165c0e47da46d38a7385f (patch)
tree58ca533137710bc1bef779d3a764e85f8e241638 /ftp/wu-ftpd/files/patch-ab
parentGloat about my new patch. (diff)
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
Notes
Notes: svn path=/head/; revision=826
Diffstat (limited to 'ftp/wu-ftpd/files/patch-ab')
-rw-r--r--ftp/wu-ftpd/files/patch-ab15
1 files changed, 12 insertions, 3 deletions
diff --git a/ftp/wu-ftpd/files/patch-ab b/ftp/wu-ftpd/files/patch-ab
index 26023cbbe70c..1532376b356e 100644
--- a/ftp/wu-ftpd/files/patch-ab
+++ b/ftp/wu-ftpd/files/patch-ab
@@ -1,5 +1,5 @@
-*** Makefile.orig Fri Apr 1 21:03:58 1994
---- Makefile Tue Oct 18 18:45:08 1994
+*** Makefile.orig Fri Apr 1 20:03:58 1994
+--- Makefile Wed Jan 25 21:12:08 1995
***************
*** 1,25 ****
! BINDIR= /usr/local/bin
@@ -27,7 +27,7 @@
! install -o bin -g bin -m 755 doc/ftphosts.5 ${MANDIR}/man5/ftphosts.5
! install -o bin -g bin -m 755 doc/ftpconversions.5 ${MANDIR}/man5/ftpconversions.5
! install -o bin -g bin -m 755 doc/xferlog.5 ${MANDIR}/man5/xferlog.5
---- 1,26 ----
+--- 1,35 ----
! BINDIR= ${PREFIX}/bin
! ETCDIR= ${PREFIX}/etc
! MANDIR= ${PREFIX}/man
@@ -54,3 +54,12 @@
! install -c -o bin -g bin -m 755 doc/ftphosts.5 ${MANDIR}/man5/ftphosts.5
! install -c -o bin -g bin -m 755 doc/ftpconversions.5 ${MANDIR}/man5/ftpconversions.5
! install -c -o bin -g bin -m 755 doc/xferlog.5 ${MANDIR}/man5/xferlog.5
+! @echo Compressing manpages
+! gzip -9 ${MANDIR}/man8/ftpd.8
+! gzip -9 ${MANDIR}/man1/ftpcount.1
+! gzip -9 ${MANDIR}/man1/ftpwho.1
+! gzip -9 ${MANDIR}/man8/ftpshut.8
+! gzip -9 ${MANDIR}/man5/ftpaccess.5
+! gzip -9 ${MANDIR}/man5/ftphosts.5
+! gzip -9 ${MANDIR}/man5/ftpconversions.5
+! gzip -9 ${MANDIR}/man5/xferlog.5