pkgsrc/net/sendfile/patches/patch-aa
hwr 09574e254e Reference implementation of the SAFT (simple asynchronous file
transfer) protocol. Sendfile allows to send arbitrary files to a
remote user.
This ist version 2.1 of sendfile.
1999-06-06 17:08:36 +00:00

19 lines
463 B
Text

$NetBSD: patch-aa,v 1.1.1.1 1999/06/06 17:08:37 hwr Exp $
--- makeconfig.orig Tue Jul 14 12:52:25 1998
+++ makeconfig Sun Jun 6 17:05:23 1999
@@ -16,10 +16,10 @@
# 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