summaryrefslogtreecommitdiff
path: root/net/sendfile/DEINSTALL
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-10-31 22:52:58 +0000
committerzuntum <zuntum@pkgsrc.org>2001-10-31 22:52:58 +0000
commitd038a73ebd432fae3ce355b84443038f88cb7199 (patch)
treeb3c17888184b1b17ed1b1fa28f1697197bb0b4f6 /net/sendfile/DEINSTALL
parent70bae73d77e50256a2ee847bd9be11b761bcea01 (diff)
downloadpkgsrc-d038a73ebd432fae3ce355b84443038f88cb7199.tar.gz
Move pkg/ files into package's toplevel directory
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