diff options
author | gibbs <gibbs@FreeBSD.org> | 1995-10-13 00:36:30 +0000 |
---|---|---|
committer | gibbs <gibbs@FreeBSD.org> | 1995-10-13 00:36:30 +0000 |
commit | 5d7067803f2e73c42667f1f81a87e903afd86b52 (patch) | |
tree | 2028319c518e0b38692dd7f63200d73f1c849b7d /ftp | |
parent | 3525bcebc09a5d1907b00af9ed721df88c79ac06 (diff) | |
download | FreeBSD-ports-5d7067803f2e73c42667f1f81a87e903afd86b52.zip FreeBSD-ports-5d7067803f2e73c42667f1f81a87e903afd86b52.tar.gz |
Backup last installed ftpd in LIBEXECDIR instead of ETCDIR.
Noticed By: Satoshi Asami <asami@FreeBSD.org>
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wu-ftpd+ipv6/files/patch-ab | 6 | ||||
-rw-r--r-- | ftp/wu-ftpd/files/patch-ab | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/ftp/wu-ftpd+ipv6/files/patch-ab b/ftp/wu-ftpd+ipv6/files/patch-ab index 10bdb4c..62f2510 100644 --- a/ftp/wu-ftpd+ipv6/files/patch-ab +++ b/ftp/wu-ftpd+ipv6/files/patch-ab @@ -1,5 +1,5 @@ *** Makefile.orig Fri Apr 1 11:03:58 1994 ---- Makefile Tue Aug 8 20:40:20 1995 +--- Makefile Thu Oct 12 17:31:47 1995 *************** *** 1,25 **** ! BINDIR= /usr/local/bin @@ -12,7 +12,7 @@ @ 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 +! -mv -f ${ETCDIR}/ftpd ${ETCDIR}/ftpd-old @echo Installing binaries. ! install -o bin -g bin -m 755 bin/ftpd ${ETCDIR}/ftpd ! install -o bin -g bin -m 755 bin/ftpshut ${BINDIR}/ftpshut @@ -40,7 +40,7 @@ @ 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 +! -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 diff --git a/ftp/wu-ftpd/files/patch-ab b/ftp/wu-ftpd/files/patch-ab index 10bdb4c..62f2510 100644 --- a/ftp/wu-ftpd/files/patch-ab +++ b/ftp/wu-ftpd/files/patch-ab @@ -1,5 +1,5 @@ *** Makefile.orig Fri Apr 1 11:03:58 1994 ---- Makefile Tue Aug 8 20:40:20 1995 +--- Makefile Thu Oct 12 17:31:47 1995 *************** *** 1,25 **** ! BINDIR= /usr/local/bin @@ -12,7 +12,7 @@ @ 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 +! -mv -f ${ETCDIR}/ftpd ${ETCDIR}/ftpd-old @echo Installing binaries. ! install -o bin -g bin -m 755 bin/ftpd ${ETCDIR}/ftpd ! install -o bin -g bin -m 755 bin/ftpshut ${BINDIR}/ftpshut @@ -40,7 +40,7 @@ @ 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 +! -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 |