diff options
author | gibbs <gibbs@FreeBSD.org> | 1995-10-13 08:36:30 +0800 |
---|---|---|
committer | gibbs <gibbs@FreeBSD.org> | 1995-10-13 08:36:30 +0800 |
commit | 5d7067803f2e73c42667f1f81a87e903afd86b52 (patch) | |
tree | 2028319c518e0b38692dd7f63200d73f1c849b7d /ftp/wu-ftpd | |
parent | 3525bcebc09a5d1907b00af9ed721df88c79ac06 (diff) | |
download | freebsd-ports-gnome-5d7067803f2e73c42667f1f81a87e903afd86b52.tar.gz freebsd-ports-gnome-5d7067803f2e73c42667f1f81a87e903afd86b52.tar.zst freebsd-ports-gnome-5d7067803f2e73c42667f1f81a87e903afd86b52.zip |
Backup last installed ftpd in LIBEXECDIR instead of ETCDIR.
Noticed By: Satoshi Asami <asami@FreeBSD.org>
Diffstat (limited to 'ftp/wu-ftpd')
-rw-r--r-- | ftp/wu-ftpd/files/patch-ab | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/wu-ftpd/files/patch-ab b/ftp/wu-ftpd/files/patch-ab index 10bdb4c81b4a..62f2510d867e 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 |