pkgsrc/net/sendfile/DEINSTALL

23 lines
554 B
Text
Raw Normal View History

#! /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:
2001-01-04 21:37:31 +01:00
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