$NetBSD: patch-ac,v 1.4 2011/03/23 18:22:28 joerg Exp $

--- develop/install.orig	1999-12-07 10:40:11.000000000 +0100
+++ develop/install
@@ -105,6 +105,7 @@ eval `awk -F\" '/define BINDIR/    {prin
                 /define MANDIR/    {print "MANDIR="$2} 
                 /define SERVERDIR/ {print "SERVERDIR="$2}
                 /define SPOOL/     {print "SPOOL="$2}
+                /define EGDIR/     {print "EGDIR="$2}
                 /define CONFIG/    {print "CONFIG="$2}
                 /define DENY/	   {print "DENY="$2}
                 /define ALLOW/	   {print "ALLOW="$2}
@@ -113,6 +114,11 @@ eval `awk -F\" '/define BINDIR/    {prin
                 /define OUTLOG/    {print "OUTLOG="$2}
 	       ' src/globals.h`
 
+BINDIR=$DESTDIR$BINDIR
+MANDIR=$DESTDIR$MANDIR
+SERVERDIR=$DESTDIR$SERVERDIR
+EGDIR=$DESTDIR$EGDIR
+
 if [ "$BINDIR" = "" ]; then	BINDIR=/usr/local/bin; fi
 if [ "$MANDIR" = "" ]; then	MANDIR=/usr/local/man; fi
 if [ "$SERVERDIR" = "" ]; then	SERVERDIR=/usr/local/sbin; fi
@@ -126,6 +132,9 @@ if [ "$OUTLOG" = "" ]; then	OUTLOG=$SPOO
 if [ "$INETDCONF" = "" ]; then	INETDCONF=/etc/inetd.conf; fi
 if [ "$SERVICES" = "" ]; then	SERVICES=/etc/services; fi
 
+CONFIG=$EGDIR/sendfile.cf
+DENY=$EGDIR/sendfile.deny
+
 case "$SYSTEM" in
   *BSD*) manmisc=7; manadmin=8;;
       *) manmisc=5; manadmin=1m;;
@@ -165,14 +174,6 @@ In /etc/profile and /etc/csh.login a cal
 To deinstall the sendfile-daemon, simply type: 	rm -f $SERVERDIR/sendfiled
 
 EOD
-echo 'If you are satisfied with these defaults, then type "ok" now:'
-read answer
-if [ "$answer" != ok ]; then
-  echo
-  echo "You can install sendfile manually, too. Please type: more doc/README"
-  echo
-  exit
-fi
 
 umask 022
 
