diff options
Diffstat (limited to 'ftp/wu-ftpd+ipv6/files/patch-ab')
-rw-r--r-- | ftp/wu-ftpd+ipv6/files/patch-ab | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/ftp/wu-ftpd+ipv6/files/patch-ab b/ftp/wu-ftpd+ipv6/files/patch-ab deleted file mode 100644 index 35b3ccb7dc76..000000000000 --- a/ftp/wu-ftpd+ipv6/files/patch-ab +++ /dev/null @@ -1,63 +0,0 @@ ---- makefiles/Makefile.fbs.orig Mon Sep 20 06:21:11 1999 -+++ makefiles/Makefile.fbs Wed Oct 20 21:40:46 1999 -@@ -24,7 +24,9 @@ - # - - DESTDIR= --PREFIX= /usr/local -+PREFIX?= /usr/local -+ -+ETCDIR= ${DESTDIR}${PREFIX}/etc - - BINDIR= ${DESTDIR}${PREFIX}/bin - BINOWN= bin -@@ -52,14 +54,20 @@ - @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/ftprestart ${BINDIR}/ftprestart - ${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 111 bin/privatepw ${BINDIR}/privatepw -+ ${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 ; \ -@@ -80,14 +88,14 @@ - ${INSTALL} -c -o ${MANOWN} -g ${MANGRP} -m 444 doc/ftpshut.8 ${MANDIR}/man8/ftpshut.8 - ${INSTALL} -c -o ${MANOWN} -g ${MANGRP} -m 444 doc/ftprestart.8 ${MANDIR}/man8/ftprestart.8 - ${INSTALL} -c -o ${MANOWN} -g ${MANGRP} -m 444 util/privatepw/privatepw.8 ${MANDIR}/man8/privatepw.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 -- gzip -f -9 ${MANDIR}/man8/ftprestart.8 -- gzip -f -9 ${MANDIR}/man8/privatepw.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 -+# gzip -f -9 ${MANDIR}/man8/ftprestart.8 -+# gzip -f -9 ${MANDIR}/man8/privatepw.8 |