diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-08-08 11:06:34 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-08-08 11:06:34 +0000 |
commit | abb799add164d4fa1b97d1eb3dcac871785ef9f6 (patch) | |
tree | fbd3e638472735acc3269fa831c037611e15caa3 /ftp/wu-ftpd+ipv6/files/patch-ab | |
parent | Added dmake and noweb, convert to new format along the way. (diff) |
Correct a few pathname problems. In particular, put ftpd in libexec,
not etc.
Submitted by: Tom Samplonius <tom@misery.sdf.com>
Notes
Notes:
svn path=/head/; revision=2040
Diffstat (limited to 'ftp/wu-ftpd+ipv6/files/patch-ab')
-rw-r--r-- | ftp/wu-ftpd+ipv6/files/patch-ab | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ftp/wu-ftpd+ipv6/files/patch-ab b/ftp/wu-ftpd+ipv6/files/patch-ab index fe0cb6d2ba08..3167be4a8894 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 Wed Jan 25 14:58:44 1995 +--- Makefile Sun Aug 6 21:35:01 1995 *************** *** 1,25 **** ! BINDIR= /usr/local/bin @@ -27,8 +27,9 @@ ! install -o bin -g bin -m 755 doc/ftphosts.5 ${MANDIR}/man5/ftphosts.5 ! install -o bin -g bin -m 755 doc/ftpconversions.5 ${MANDIR}/man5/ftpconversions.5 ! install -o bin -g bin -m 755 doc/xferlog.5 ${MANDIR}/man5/xferlog.5 ---- 1,35 ---- +--- 1,36 ---- ! BINDIR= ${PREFIX}/bin +! LIBEXECDIR= ${PREFIX}/libexec ! ETCDIR= ${PREFIX}/etc ! MANDIR= ${PREFIX}/man MANEXT= 8 @@ -41,7 +42,7 @@ install: bin/ftpd bin/ftpcount bin/ftpshut -mv -f ${ETCDIR}/ftpd ${ETCDIR}/ftpd-old @echo Installing binaries. -! install -c -o bin -g bin -m 755 bin/ftpd ${ETCDIR}/ftpd +! install -c -o bin -g bin -m 755 bin/ftpd ${LIBEXECDIR}/ftpd ! install -c -o bin -g bin -m 755 bin/ftpshut ${BINDIR}/ftpshut ! install -c -o bin -g bin -m 755 bin/ftpcount ${BINDIR}/ftpcount ! install -c -o bin -g bin -m 755 bin/ftpwho ${BINDIR}/ftpwho |