summaryrefslogtreecommitdiff
path: root/net/sendfile/patches
diff options
context:
space:
mode:
Diffstat (limited to 'net/sendfile/patches')
-rw-r--r--net/sendfile/patches/patch-ab6
-rw-r--r--net/sendfile/patches/patch-ac28
2 files changed, 31 insertions, 3 deletions
diff --git a/net/sendfile/patches/patch-ab b/net/sendfile/patches/patch-ab
index 36819d445c8..1202171bcf5 100644
--- a/net/sendfile/patches/patch-ab
+++ b/net/sendfile/patches/patch-ab
@@ -1,7 +1,7 @@
-$NetBSD: patch-ab,v 1.2 1999/06/12 21:33:19 tron Exp $
+$NetBSD: patch-ab,v 1.3 2000/09/09 19:51:38 wiz Exp $
---- src/sendfiled.c Sun Jun 6 18:31:25 1999
-+++ src/sendfiled.c.orig Thu Oct 29 17:48:08 1998
+--- src/sendfiled.c.orig Thu Oct 29 17:48:08 1998
++++ src/sendfiled.c
@@ -2945,7 +2945,7 @@
exit(1);
}
diff --git a/net/sendfile/patches/patch-ac b/net/sendfile/patches/patch-ac
new file mode 100644
index 00000000000..66622a25ca2
--- /dev/null
+++ b/net/sendfile/patches/patch-ac
@@ -0,0 +1,28 @@
+$NetBSD: patch-ac,v 1.1 2000/09/09 19:51:39 wiz Exp $
+
+--- develop/install.orig Thu Jan 28 22:45:40 1999
++++ develop/install
+@@ -165,14 +165,6 @@
+ 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
+
+@@ -304,7 +296,7 @@
+ echo "adding check_sendfile to /etc/csh.login"
+ echo >>/etc/csh.login
+ echo "test -x $BINDIR/check_sendfile && $BINDIR/check_sendfile" \
+- >>/etc/profile
++ >>/etc/csh.login
+ fi
+ fi
+