1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Backup last installed ftpd in LIBEXECDIR instead of ETCDIR.

Noticed By: Satoshi Asami <asami@FreeBSD.org>
This commit is contained in:
Justin T. Gibbs 1995-10-13 00:36:30 +00:00
parent 8a98315697
commit 51497223af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2330
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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