diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-12-29 20:54:10 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-12-29 20:54:10 +0000 |
commit | 8693ea351184e6210bd46023094e0892b34914c7 (patch) | |
tree | 158bd071dcd1d6d081b59622c6423bf6e5d0d370 /ftp/wu-ftpd+ipv6/files/patch-ab | |
parent | 5d74a294b716e78979b5691a23cf6b22f9180754 (diff) |
Do not clobber existen configuration
Notes
Notes:
svn path=/head/; revision=2593
Diffstat (limited to 'ftp/wu-ftpd+ipv6/files/patch-ab')
-rw-r--r-- | ftp/wu-ftpd+ipv6/files/patch-ab | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ftp/wu-ftpd+ipv6/files/patch-ab b/ftp/wu-ftpd+ipv6/files/patch-ab index 62f2510d867e..ead2ac8ae752 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 Thu Oct 12 17:31:47 1995 +*** Makefile.orig Fri Apr 1 23:03:58 1994 +--- Makefile Fri Dec 29 23:51:30 1995 *************** *** 1,25 **** ! BINDIR= /usr/local/bin @@ -48,9 +48,9 @@ ! install -c -o bin -g bin -m 755 bin/ftpwho ${BINDIR}/ftpwho ! install -c -o bin -g bin -m 755 bin/ckconfig ${BINDIR}/ftpckconfig ! @echo Installing basic configuration -! install -c -o root -g bin -m 755 doc/examples/ftpaccess ${ETCDIR}/ftpaccess -! install -c -o root -g bin -m 755 doc/examples/ftpusers ${ETCDIR}/ftpusers -! install -c -o root -g bin -m 755 doc/examples/ftpconversions ${ETCDIR}/ftpconversions +! install -c -o root -g bin -m 755 doc/examples/ftpaccess ${ETCDIR}/ftpaccess.example +! install -c -o root -g bin -m 755 doc/examples/ftpusers ${ETCDIR}/ftpusers.example +! install -c -o root -g bin -m 755 doc/examples/ftpconversions ${ETCDIR}/ftpconversions.example @echo Installing manpages. ! install -c -o bin -g bin -m 755 doc/ftpd.8 ${MANDIR}/man8/ftpd.8 ! install -c -o bin -g bin -m 755 doc/ftpcount.1 ${MANDIR}/man1/ftpcount.1 |