summaryrefslogtreecommitdiff
path: root/net/sendfile/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'net/sendfile/DEINSTALL')
-rw-r--r--net/sendfile/DEINSTALL22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/sendfile/DEINSTALL b/net/sendfile/DEINSTALL
new file mode 100644
index 00000000000..c731d28e12a
--- /dev/null
+++ b/net/sendfile/DEINSTALL
@@ -0,0 +1,22 @@
+#! /bin/sh
+#
+# $NetBSD: DEINSTALL,v 1.1 2001/10/31 22:58:50 zuntum Exp $
+#
+
+case "$2" in
+ DEINSTALL) cat <<EOF
+
+========================================================================
+
+If you won't be using sendfile any longer, do the following:
+
+ o remove the "saft" lines from /etc/services and /etc/inetd.conf;
+ restart inetd.
+ o remove the check_sendfile lines from /etc/profile and /etc/csh.login
+ o remove the directory /var/spool/sendfile and its contents
+
+========================================================================
+
+EOF
+ ;;
+esac