diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-04-07 11:08:54 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-04-07 11:08:54 +0000 |
commit | 3d08987447ee2bba67d89964ebfc009b38919676 (patch) | |
tree | df55f065f57c7f512f84633605f46b3d4893296b /ftp | |
parent | A cleaner fix for the mis-naming of the libs. (diff) |
upgrade to vr17
Notes
Notes:
svn path=/head/; revision=17685
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wu-ftpd+ipv6/Makefile | 6 | ||||
-rw-r--r-- | ftp/wu-ftpd+ipv6/distinfo | 2 | ||||
-rw-r--r-- | ftp/wu-ftpd+ipv6/files/patch-ab | 139 | ||||
-rw-r--r-- | ftp/wu-ftpd+ipv6/pkg-plist | 10 | ||||
-rw-r--r-- | ftp/wu-ftpd/Makefile | 6 | ||||
-rw-r--r-- | ftp/wu-ftpd/distinfo | 2 | ||||
-rw-r--r-- | ftp/wu-ftpd/files/patch-ab | 139 | ||||
-rw-r--r-- | ftp/wu-ftpd/pkg-plist | 10 |
8 files changed, 130 insertions, 184 deletions
diff --git a/ftp/wu-ftpd+ipv6/Makefile b/ftp/wu-ftpd+ipv6/Makefile index 35183f93e070..b71b6066c718 100644 --- a/ftp/wu-ftpd+ipv6/Makefile +++ b/ftp/wu-ftpd+ipv6/Makefile @@ -3,13 +3,13 @@ # Date created: 18 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.22 1999/02/21 09:40:22 flathill Exp $ +# $Id: Makefile,v 1.23 1999/03/09 12:07:09 ache Exp $ # # REMINDER: to use ftpaccess(5) you need to specify -a in command line, # it is changed from previous versions -DISTNAME= wu-ftpd-2.4.2-vr16 -PKGNAME= wu-ftpd-2.4.2v16 +DISTNAME= wu-ftpd-2.4.2-vr17 +PKGNAME= wu-ftpd-2.4.2v17 CATEGORIES= net MASTER_SITES= ftp://ftp.vr.net/pub/wu-ftpd/ diff --git a/ftp/wu-ftpd+ipv6/distinfo b/ftp/wu-ftpd+ipv6/distinfo index 8fedc19c45bd..ca7de7a528fc 100644 --- a/ftp/wu-ftpd+ipv6/distinfo +++ b/ftp/wu-ftpd+ipv6/distinfo @@ -1 +1 @@ -MD5 (wu-ftpd-2.4.2-vr16.tar.gz) = 951932d2452eae4044c51a555549bb35 +MD5 (wu-ftpd-2.4.2-vr17.tar.gz) = 8978595cb355b9dd5ecc2ccd01d01b45 diff --git a/ftp/wu-ftpd+ipv6/files/patch-ab b/ftp/wu-ftpd+ipv6/files/patch-ab index dc2c5ea83684..b6acef879747 100644 --- a/ftp/wu-ftpd+ipv6/files/patch-ab +++ b/ftp/wu-ftpd+ipv6/files/patch-ab @@ -1,84 +1,55 @@ -*** makefiles/Makefile.fbs.orig Fri Dec 19 08:54:48 1997 ---- makefiles/Makefile.fbs Wed Dec 24 20:20:39 1997 -*************** -*** 1,7 **** -! PREFIX= /usr/local - BINDIR= ${PREFIX}/bin -! ETCDIR= ${PREFIX}/libexec - MANDIR= ${PREFIX}/man - MANEXT= 8 - INSTALL= install - ---- 1,8 ---- -! PREFIX?= /usr/local - BINDIR= ${PREFIX}/bin -! ETCDIR= ${PREFIX}/etc - MANDIR= ${PREFIX}/man -+ LIBEXECDIR= ${PREFIX}/libexec - MANEXT= 8 - INSTALL= install - -*************** -*** 10,26 **** - @ echo 'You can say "build help" for details on how it works.' - - install: bin/ftpd bin/ftpcount bin/ftpshut -! -mv -f ${ETCDIR}/ftpd ${ETCDIR}/ftpd-old - @echo installing binaries. -! ${INSTALL} -c -o bin -g bin -m 755 bin/ftpd ${ETCDIR}/ftpd - ${INSTALL} -c -o bin -g bin -m 755 bin/ftpshut ${BINDIR}/ftpshut - ${INSTALL} -c -o bin -g bin -m 755 bin/ftpcount ${BINDIR}/ftpcount - ${INSTALL} -c -o bin -g bin -m 755 bin/ftpwho ${BINDIR}/ftpwho - install -c -o bin -g bin -m 755 bin/ckconfig ${BINDIR}/ftpckconfig - @echo NOT Installing basic configuration -! # install -c -o root -g bin -m 644 doc/examples/ftpaccess ${ETCDIR}/ftpaccess -! # install -c -o root -g bin -m 644 doc/examples/ftpusers ${ETCDIR}/ftpusers -! # install -c -o root -g bin -m 644 doc/examples/ftpconversions ${ETCDIR}/ftpconversions - @echo installing manpages. - ${INSTALL} -c -o bin -g bin -m 644 doc/ftpd.8 ${MANDIR}/man8/ftpd.8 - ${INSTALL} -c -o bin -g bin -m 644 doc/ftpcount.1 ${MANDIR}/man1/ftpcount.1 ---- 11,27 ---- - @ echo 'You can say "build help" for details on how it works.' - - install: bin/ftpd bin/ftpcount bin/ftpshut -! -mv -f ${LIBEXECDIR}/ftpd ${LIBEXECDIR}/ftpd-old - @echo installing binaries. -! ${INSTALL} -c -o bin -g bin -m 755 bin/ftpd ${LIBEXECDIR}/ftpd - ${INSTALL} -c -o bin -g bin -m 755 bin/ftpshut ${BINDIR}/ftpshut - ${INSTALL} -c -o bin -g bin -m 755 bin/ftpcount ${BINDIR}/ftpcount - ${INSTALL} -c -o bin -g bin -m 755 bin/ftpwho ${BINDIR}/ftpwho - install -c -o bin -g bin -m 755 bin/ckconfig ${BINDIR}/ftpckconfig - @echo NOT Installing basic configuration -! install -c -o root -g bin -m 644 doc/examples/ftpaccess ${ETCDIR}/ftpaccess.example -! install -c -o root -g bin -m 644 doc/examples/ftpusers ${ETCDIR}/ftpusers.example -! install -c -o root -g bin -m 644 doc/examples/ftpconversions ${ETCDIR}/ftpconversions.example - @echo installing manpages. - ${INSTALL} -c -o bin -g bin -m 644 doc/ftpd.8 ${MANDIR}/man8/ftpd.8 - ${INSTALL} -c -o bin -g bin -m 644 doc/ftpcount.1 ${MANDIR}/man1/ftpcount.1 -*************** -*** 30,41 **** - ${INSTALL} -c -o bin -g bin -m 644 doc/ftphosts.5 ${MANDIR}/man5/ftphosts.5 - ${INSTALL} -c -o bin -g bin -m 644 doc/ftpconversions.5 ${MANDIR}/man5/ftpconversions.5 - ${INSTALL} -c -o bin -g bin -m 644 doc/xferlog.5 ${MANDIR}/man5/xferlog.5 -! @echo Compressing manpages -! gzip -f -9 ${MANDIR}/man8/ftpd.8 -! gzip -f -9 ${MANDIR}/man1/ftpcount.1 -! gzip -f -9 ${MANDIR}/man1/ftpwho.1 -! gzip -f -9 ${MANDIR}/man8/ftpshut.8 -! gzip -f -9 ${MANDIR}/man5/ftpaccess.5 -! gzip -f -9 ${MANDIR}/man5/ftphosts.5 -! gzip -f -9 ${MANDIR}/man5/ftpconversions.5 -! gzip -f -9 ${MANDIR}/man5/xferlog.5 ---- 31,42 ---- - ${INSTALL} -c -o bin -g bin -m 644 doc/ftphosts.5 ${MANDIR}/man5/ftphosts.5 - ${INSTALL} -c -o bin -g bin -m 644 doc/ftpconversions.5 ${MANDIR}/man5/ftpconversions.5 - ${INSTALL} -c -o bin -g bin -m 644 doc/xferlog.5 ${MANDIR}/man5/xferlog.5 -! # @echo Compressing manpages -! # gzip -f -9 ${MANDIR}/man8/ftpd.8 -! # gzip -f -9 ${MANDIR}/man1/ftpcount.1 -! # gzip -f -9 ${MANDIR}/man1/ftpwho.1 -! # gzip -f -9 ${MANDIR}/man8/ftpshut.8 -! # gzip -f -9 ${MANDIR}/man5/ftpaccess.5 -! # gzip -f -9 ${MANDIR}/man5/ftphosts.5 -! # gzip -f -9 ${MANDIR}/man5/ftpconversions.5 -! # gzip -f -9 ${MANDIR}/man5/xferlog.5 +--- makefiles/Makefile.fbs.orig Tue Mar 30 05:31:40 1999 ++++ makefiles/Makefile.fbs Wed Apr 7 14:58:44 1999 +@@ -1,5 +1,7 @@ + DESTDIR= +-PREFIX= /usr/local ++PREFIX?= /usr/local ++ ++ETCDIR= ${DESTDIR}${PREFIX}/etc + + BINDIR= ${DESTDIR}${PREFIX}/bin + BINOWN= bin +@@ -27,12 +29,18 @@ + @if [ ! -e ${SBINDIR} ]; then \ + ${INSTALL} -o ${SBINOWN} -g ${SBINGRP} -m 755 -d ${SBINDIR} ; \ + fi +- ${INSTALL} -c -o ${SBINOWN} -g ${SBINGRP} -m 110 bin/ftpd ${SBINDIR}/in.ftpd +- @( cd ${SBINDIR} ; ln -s -f in.ftpd wu.ftpd ; chown ${SBINOWN}.${SBINGRP} wu.ftpd ) +- @( cd ${SBINDIR} ; ln -s -f in.ftpd in.wuftpd ; chown ${SBINOWN}.${SBINGRP} in.wuftpd ) ++ ${INSTALL} -c -o ${SBINOWN} -g ${SBINGRP} -m 110 bin/ftpd ${SBINDIR}/ftpd ++# ${INSTALL} -c -o ${SBINOWN} -g ${SBINGRP} -m 110 bin/ftpd ${SBINDIR}/in.ftpd ++# @( cd ${SBINDIR} ; ln -s -f in.ftpd wu.ftpd ; chown ${SBINOWN}.${SBINGRP} wu.ftpd ) ++# @( cd ${SBINDIR} ; ln -s -f in.ftpd in.wuftpd ; chown ${SBINOWN}.${SBINGRP} in.wuftpd ) + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 111 bin/ftpshut ${BINDIR}/ftpshut + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 111 bin/ftpcount ${BINDIR}/ftpcount + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 111 bin/ftpwho ${BINDIR}/ftpwho ++ $(INSTALL) -c -o ${BINOWN} -g ${BINGRP} -m 644 doc/examples/ftpaccess ${ETCDIR}/ftpaccess.example ++ $(INSTALL) -c -o ${BINOWN} -g ${BINGRP} -m 644 doc/examples/ftpusers ${ETCDIR}/ftpusers.example ++ $(INSTALL) -c -o ${BINOWN} -g ${BINGRP} -m 644 doc/examples/ftpconversions ${ETCDIR}/ftpconversions.example ++ $(INSTALL) -c -o ${BINOWN} -g ${BINGRP} -m 644 doc/examples/ftphosts ${ETCDIR}/ftphosts.example ++ $(INSTALL) -c -o ${BINOWN} -g ${BINGRP} -m 644 doc/examples/ftpgroups ${ETCDIR}/ftpgroups.example + @echo installing manpages. + @if [ ! -e ${MANDIR}/man1 ]; then \ + ${INSTALL} -o ${MANOWN} -g ${MANGRP} -m 755 -d ${MANDIR}/man1 ; \ +@@ -51,12 +59,12 @@ + fi + ${INSTALL} -c -o ${MANOWN} -g ${MANGRP} -m 444 doc/ftpd.8 ${MANDIR}/man8/ftpd.8 + ${INSTALL} -c -o ${MANOWN} -g ${MANGRP} -m 444 doc/ftpshut.8 ${MANDIR}/man8/ftpshut.8 +- @echo Compressing manpages +- gzip -f -9 ${MANDIR}/man1/ftpcount.1 +- gzip -f -9 ${MANDIR}/man1/ftpwho.1 +- gzip -f -9 ${MANDIR}/man5/ftpaccess.5 +- gzip -f -9 ${MANDIR}/man5/ftpconversions.5 +- gzip -f -9 ${MANDIR}/man5/ftphosts.5 +- gzip -f -9 ${MANDIR}/man5/xferlog.5 +- gzip -f -9 ${MANDIR}/man8/ftpd.8 +- gzip -f -9 ${MANDIR}/man8/ftpshut.8 ++# @echo Compressing manpages ++# gzip -f -9 ${MANDIR}/man1/ftpcount.1 ++# gzip -f -9 ${MANDIR}/man1/ftpwho.1 ++# gzip -f -9 ${MANDIR}/man5/ftpaccess.5 ++# gzip -f -9 ${MANDIR}/man5/ftpconversions.5 ++# gzip -f -9 ${MANDIR}/man5/ftphosts.5 ++# gzip -f -9 ${MANDIR}/man5/xferlog.5 ++# gzip -f -9 ${MANDIR}/man8/ftpd.8 ++# gzip -f -9 ${MANDIR}/man8/ftpshut.8 diff --git a/ftp/wu-ftpd+ipv6/pkg-plist b/ftp/wu-ftpd+ipv6/pkg-plist index 8d6773a86db6..a27f1dde44bc 100644 --- a/ftp/wu-ftpd+ipv6/pkg-plist +++ b/ftp/wu-ftpd+ipv6/pkg-plist @@ -1,8 +1,10 @@ +bin/ftpckconfig +bin/ftpcount +bin/ftpshut +bin/ftpwho etc/ftpaccess.example etc/ftpconversions.example +etc/ftpgroups.example +etc/ftphosts.example etc/ftpusers.example libexec/ftpd -bin/ftpshut -bin/ftpcount -bin/ftpwho -bin/ftpckconfig diff --git a/ftp/wu-ftpd/Makefile b/ftp/wu-ftpd/Makefile index 35183f93e070..b71b6066c718 100644 --- a/ftp/wu-ftpd/Makefile +++ b/ftp/wu-ftpd/Makefile @@ -3,13 +3,13 @@ # Date created: 18 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.22 1999/02/21 09:40:22 flathill Exp $ +# $Id: Makefile,v 1.23 1999/03/09 12:07:09 ache Exp $ # # REMINDER: to use ftpaccess(5) you need to specify -a in command line, # it is changed from previous versions -DISTNAME= wu-ftpd-2.4.2-vr16 -PKGNAME= wu-ftpd-2.4.2v16 +DISTNAME= wu-ftpd-2.4.2-vr17 +PKGNAME= wu-ftpd-2.4.2v17 CATEGORIES= net MASTER_SITES= ftp://ftp.vr.net/pub/wu-ftpd/ diff --git a/ftp/wu-ftpd/distinfo b/ftp/wu-ftpd/distinfo index 8fedc19c45bd..ca7de7a528fc 100644 --- a/ftp/wu-ftpd/distinfo +++ b/ftp/wu-ftpd/distinfo @@ -1 +1 @@ -MD5 (wu-ftpd-2.4.2-vr16.tar.gz) = 951932d2452eae4044c51a555549bb35 +MD5 (wu-ftpd-2.4.2-vr17.tar.gz) = 8978595cb355b9dd5ecc2ccd01d01b45 diff --git a/ftp/wu-ftpd/files/patch-ab b/ftp/wu-ftpd/files/patch-ab index dc2c5ea83684..b6acef879747 100644 --- a/ftp/wu-ftpd/files/patch-ab +++ b/ftp/wu-ftpd/files/patch-ab @@ -1,84 +1,55 @@ -*** makefiles/Makefile.fbs.orig Fri Dec 19 08:54:48 1997 ---- makefiles/Makefile.fbs Wed Dec 24 20:20:39 1997 -*************** -*** 1,7 **** -! PREFIX= /usr/local - BINDIR= ${PREFIX}/bin -! ETCDIR= ${PREFIX}/libexec - MANDIR= ${PREFIX}/man - MANEXT= 8 - INSTALL= install - ---- 1,8 ---- -! PREFIX?= /usr/local - BINDIR= ${PREFIX}/bin -! ETCDIR= ${PREFIX}/etc - MANDIR= ${PREFIX}/man -+ LIBEXECDIR= ${PREFIX}/libexec - MANEXT= 8 - INSTALL= install - -*************** -*** 10,26 **** - @ echo 'You can say "build help" for details on how it works.' - - install: bin/ftpd bin/ftpcount bin/ftpshut -! -mv -f ${ETCDIR}/ftpd ${ETCDIR}/ftpd-old - @echo installing binaries. -! ${INSTALL} -c -o bin -g bin -m 755 bin/ftpd ${ETCDIR}/ftpd - ${INSTALL} -c -o bin -g bin -m 755 bin/ftpshut ${BINDIR}/ftpshut - ${INSTALL} -c -o bin -g bin -m 755 bin/ftpcount ${BINDIR}/ftpcount - ${INSTALL} -c -o bin -g bin -m 755 bin/ftpwho ${BINDIR}/ftpwho - install -c -o bin -g bin -m 755 bin/ckconfig ${BINDIR}/ftpckconfig - @echo NOT Installing basic configuration -! # install -c -o root -g bin -m 644 doc/examples/ftpaccess ${ETCDIR}/ftpaccess -! # install -c -o root -g bin -m 644 doc/examples/ftpusers ${ETCDIR}/ftpusers -! # install -c -o root -g bin -m 644 doc/examples/ftpconversions ${ETCDIR}/ftpconversions - @echo installing manpages. - ${INSTALL} -c -o bin -g bin -m 644 doc/ftpd.8 ${MANDIR}/man8/ftpd.8 - ${INSTALL} -c -o bin -g bin -m 644 doc/ftpcount.1 ${MANDIR}/man1/ftpcount.1 ---- 11,27 ---- - @ echo 'You can say "build help" for details on how it works.' - - install: bin/ftpd bin/ftpcount bin/ftpshut -! -mv -f ${LIBEXECDIR}/ftpd ${LIBEXECDIR}/ftpd-old - @echo installing binaries. -! ${INSTALL} -c -o bin -g bin -m 755 bin/ftpd ${LIBEXECDIR}/ftpd - ${INSTALL} -c -o bin -g bin -m 755 bin/ftpshut ${BINDIR}/ftpshut - ${INSTALL} -c -o bin -g bin -m 755 bin/ftpcount ${BINDIR}/ftpcount - ${INSTALL} -c -o bin -g bin -m 755 bin/ftpwho ${BINDIR}/ftpwho - install -c -o bin -g bin -m 755 bin/ckconfig ${BINDIR}/ftpckconfig - @echo NOT Installing basic configuration -! install -c -o root -g bin -m 644 doc/examples/ftpaccess ${ETCDIR}/ftpaccess.example -! install -c -o root -g bin -m 644 doc/examples/ftpusers ${ETCDIR}/ftpusers.example -! install -c -o root -g bin -m 644 doc/examples/ftpconversions ${ETCDIR}/ftpconversions.example - @echo installing manpages. - ${INSTALL} -c -o bin -g bin -m 644 doc/ftpd.8 ${MANDIR}/man8/ftpd.8 - ${INSTALL} -c -o bin -g bin -m 644 doc/ftpcount.1 ${MANDIR}/man1/ftpcount.1 -*************** -*** 30,41 **** - ${INSTALL} -c -o bin -g bin -m 644 doc/ftphosts.5 ${MANDIR}/man5/ftphosts.5 - ${INSTALL} -c -o bin -g bin -m 644 doc/ftpconversions.5 ${MANDIR}/man5/ftpconversions.5 - ${INSTALL} -c -o bin -g bin -m 644 doc/xferlog.5 ${MANDIR}/man5/xferlog.5 -! @echo Compressing manpages -! gzip -f -9 ${MANDIR}/man8/ftpd.8 -! gzip -f -9 ${MANDIR}/man1/ftpcount.1 -! gzip -f -9 ${MANDIR}/man1/ftpwho.1 -! gzip -f -9 ${MANDIR}/man8/ftpshut.8 -! gzip -f -9 ${MANDIR}/man5/ftpaccess.5 -! gzip -f -9 ${MANDIR}/man5/ftphosts.5 -! gzip -f -9 ${MANDIR}/man5/ftpconversions.5 -! gzip -f -9 ${MANDIR}/man5/xferlog.5 ---- 31,42 ---- - ${INSTALL} -c -o bin -g bin -m 644 doc/ftphosts.5 ${MANDIR}/man5/ftphosts.5 - ${INSTALL} -c -o bin -g bin -m 644 doc/ftpconversions.5 ${MANDIR}/man5/ftpconversions.5 - ${INSTALL} -c -o bin -g bin -m 644 doc/xferlog.5 ${MANDIR}/man5/xferlog.5 -! # @echo Compressing manpages -! # gzip -f -9 ${MANDIR}/man8/ftpd.8 -! # gzip -f -9 ${MANDIR}/man1/ftpcount.1 -! # gzip -f -9 ${MANDIR}/man1/ftpwho.1 -! # gzip -f -9 ${MANDIR}/man8/ftpshut.8 -! # gzip -f -9 ${MANDIR}/man5/ftpaccess.5 -! # gzip -f -9 ${MANDIR}/man5/ftphosts.5 -! # gzip -f -9 ${MANDIR}/man5/ftpconversions.5 -! # gzip -f -9 ${MANDIR}/man5/xferlog.5 +--- makefiles/Makefile.fbs.orig Tue Mar 30 05:31:40 1999 ++++ makefiles/Makefile.fbs Wed Apr 7 14:58:44 1999 +@@ -1,5 +1,7 @@ + DESTDIR= +-PREFIX= /usr/local ++PREFIX?= /usr/local ++ ++ETCDIR= ${DESTDIR}${PREFIX}/etc + + BINDIR= ${DESTDIR}${PREFIX}/bin + BINOWN= bin +@@ -27,12 +29,18 @@ + @if [ ! -e ${SBINDIR} ]; then \ + ${INSTALL} -o ${SBINOWN} -g ${SBINGRP} -m 755 -d ${SBINDIR} ; \ + fi +- ${INSTALL} -c -o ${SBINOWN} -g ${SBINGRP} -m 110 bin/ftpd ${SBINDIR}/in.ftpd +- @( cd ${SBINDIR} ; ln -s -f in.ftpd wu.ftpd ; chown ${SBINOWN}.${SBINGRP} wu.ftpd ) +- @( cd ${SBINDIR} ; ln -s -f in.ftpd in.wuftpd ; chown ${SBINOWN}.${SBINGRP} in.wuftpd ) ++ ${INSTALL} -c -o ${SBINOWN} -g ${SBINGRP} -m 110 bin/ftpd ${SBINDIR}/ftpd ++# ${INSTALL} -c -o ${SBINOWN} -g ${SBINGRP} -m 110 bin/ftpd ${SBINDIR}/in.ftpd ++# @( cd ${SBINDIR} ; ln -s -f in.ftpd wu.ftpd ; chown ${SBINOWN}.${SBINGRP} wu.ftpd ) ++# @( cd ${SBINDIR} ; ln -s -f in.ftpd in.wuftpd ; chown ${SBINOWN}.${SBINGRP} in.wuftpd ) + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 111 bin/ftpshut ${BINDIR}/ftpshut + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 111 bin/ftpcount ${BINDIR}/ftpcount + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 111 bin/ftpwho ${BINDIR}/ftpwho ++ $(INSTALL) -c -o ${BINOWN} -g ${BINGRP} -m 644 doc/examples/ftpaccess ${ETCDIR}/ftpaccess.example ++ $(INSTALL) -c -o ${BINOWN} -g ${BINGRP} -m 644 doc/examples/ftpusers ${ETCDIR}/ftpusers.example ++ $(INSTALL) -c -o ${BINOWN} -g ${BINGRP} -m 644 doc/examples/ftpconversions ${ETCDIR}/ftpconversions.example ++ $(INSTALL) -c -o ${BINOWN} -g ${BINGRP} -m 644 doc/examples/ftphosts ${ETCDIR}/ftphosts.example ++ $(INSTALL) -c -o ${BINOWN} -g ${BINGRP} -m 644 doc/examples/ftpgroups ${ETCDIR}/ftpgroups.example + @echo installing manpages. + @if [ ! -e ${MANDIR}/man1 ]; then \ + ${INSTALL} -o ${MANOWN} -g ${MANGRP} -m 755 -d ${MANDIR}/man1 ; \ +@@ -51,12 +59,12 @@ + fi + ${INSTALL} -c -o ${MANOWN} -g ${MANGRP} -m 444 doc/ftpd.8 ${MANDIR}/man8/ftpd.8 + ${INSTALL} -c -o ${MANOWN} -g ${MANGRP} -m 444 doc/ftpshut.8 ${MANDIR}/man8/ftpshut.8 +- @echo Compressing manpages +- gzip -f -9 ${MANDIR}/man1/ftpcount.1 +- gzip -f -9 ${MANDIR}/man1/ftpwho.1 +- gzip -f -9 ${MANDIR}/man5/ftpaccess.5 +- gzip -f -9 ${MANDIR}/man5/ftpconversions.5 +- gzip -f -9 ${MANDIR}/man5/ftphosts.5 +- gzip -f -9 ${MANDIR}/man5/xferlog.5 +- gzip -f -9 ${MANDIR}/man8/ftpd.8 +- gzip -f -9 ${MANDIR}/man8/ftpshut.8 ++# @echo Compressing manpages ++# gzip -f -9 ${MANDIR}/man1/ftpcount.1 ++# gzip -f -9 ${MANDIR}/man1/ftpwho.1 ++# gzip -f -9 ${MANDIR}/man5/ftpaccess.5 ++# gzip -f -9 ${MANDIR}/man5/ftpconversions.5 ++# gzip -f -9 ${MANDIR}/man5/ftphosts.5 ++# gzip -f -9 ${MANDIR}/man5/xferlog.5 ++# gzip -f -9 ${MANDIR}/man8/ftpd.8 ++# gzip -f -9 ${MANDIR}/man8/ftpshut.8 diff --git a/ftp/wu-ftpd/pkg-plist b/ftp/wu-ftpd/pkg-plist index 8d6773a86db6..a27f1dde44bc 100644 --- a/ftp/wu-ftpd/pkg-plist +++ b/ftp/wu-ftpd/pkg-plist @@ -1,8 +1,10 @@ +bin/ftpckconfig +bin/ftpcount +bin/ftpshut +bin/ftpwho etc/ftpaccess.example etc/ftpconversions.example +etc/ftpgroups.example +etc/ftphosts.example etc/ftpusers.example libexec/ftpd -bin/ftpshut -bin/ftpcount -bin/ftpwho -bin/ftpckconfig |