Merge from vendor branch TNF:
[pkgsrcv2.git] / net / sendfile / DEINSTALL
1 #! /bin/sh
2 #
3 # $NetBSD: DEINSTALL,v 1.2 2001/01/04 20:37:31 hubertf Exp $
4 #
5
6 case "$2" in
7         DEINSTALL) cat <<EOF
8
9 ========================================================================
10
11 If you won't be using sendfile any longer, do the following:
12
13  o remove the "saft" lines from /etc/services and /etc/inetd.conf;
14    restart inetd.
15  o remove the check_sendfile lines from /etc/profile and /etc/csh.login
16  o remove the directory /var/spool/sendfile and its contents
17
18 ========================================================================
19
20 EOF
21         ;;
22 esac