summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorJustin T. Gibbs <gibbs@FreeBSD.org>1995-10-13 00:36:30 +0000
committerJustin T. Gibbs <gibbs@FreeBSD.org>1995-10-13 00:36:30 +0000
commit51497223af34b6a85ad5fb2803ac23a70f06da4e (patch)
tree438630db5854fe9d495180df68e9f9efff5981ec /ftp
parentRemove NO_PACKAGE, this comes as a binary package but it is redistributable. (diff)
Backup last installed ftpd in LIBEXECDIR instead of ETCDIR.
Noticed By: Satoshi Asami <asami@FreeBSD.org>
Notes
Notes: svn path=/head/; revision=2330
Diffstat (limited to 'ftp')
-rw-r--r--ftp/wu-ftpd+ipv6/files/patch-ab6
-rw-r--r--ftp/wu-ftpd/files/patch-ab6
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 10bdb4c81b4a..62f2510d867e 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 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