diff options
author | Steve Price <steve@FreeBSD.org> | 1998-02-24 20:28:17 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-02-24 20:28:17 +0000 |
commit | 42f0ca992d2edd12b816363b81adc2c0e80321e8 (patch) | |
tree | ce94ad9fd62a43bd336efa11401756a25bc3eccf /net/sendfile/files/patch-aa | |
parent | Upgrade to 0.13.1. (diff) |
Simple Asynchronous File Transfer Reference Implementation.
PR: 4664
Submitted by: Stefan Zehl <sec@42.org>
Diffstat (limited to '')
-rw-r--r-- | net/sendfile/files/patch-aa | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/net/sendfile/files/patch-aa b/net/sendfile/files/patch-aa new file mode 100644 index 000000000000..d04e6de16f02 --- /dev/null +++ b/net/sendfile/files/patch-aa @@ -0,0 +1,32 @@ +--- makeconfig.org Tue Sep 30 21:54:25 1997 ++++ makeconfig Tue Sep 30 21:55:50 1997 +@@ -11,15 +11,15 @@ + + # default compiling settings + CC=gcc +-CFLAGS=-O2 ++#CFLAGS=-O2 + LDFLAGS=-s + + # default installation settings + SPOOL=/var/spool/sendfile +-BINDIR=/usr/local/bin +-MANDIR=/usr/local/man +-CONFIG=/usr/local/etc +-SERVERDIR=/usr/local/sbin ++BINDIR=${PREFIX}/bin ++MANDIR=${PREFIX}/man ++CONFIG=${PREFIX}/etc ++SERVERDIR=${PREFIX}/sbin + INETDCONF=/etc/inetd.conf + SERVICES=/etc/services + +@@ -33,7 +33,7 @@ + #PGP=/usr/local/bin/pgp + #RECODE=/usr/local/bin/recode + #METAMAIL=/usr/local/bin/metamail +-#SENDMAIL=/usr/lib/sendmail ++SENDMAIL=/usr/sbin/sendmail + + ######################### END OF USER CONFIGURATION ########################## + |