summaryrefslogtreecommitdiff
path: root/net/sendfile/DEINSTALL
blob: c731d28e12a600cf2788c96d0dcdd09b3356009e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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