Merge from vendor branch TNF:
[pkgsrc.git] / security / openssh / pkg / DEINSTALL
1 #! /bin/sh
2 #
3 # $NetBSD: DEINSTALL,v 1.2 1998/08/07 11:13:50 agc Exp $
4 #
5
6 case "$2" in
7         DEINSTALL) cat <<EOF
8
9 =============================================================
10 Note that ssh configuration, key, and random-seed files
11 (@SSH_CONF_DIR@/ssh*) are not removed in the deinstallation
12 process.  You should remove those by hand, if you no longer
13 need them.
14 =============================================================
15
16 EOF
17         ;;
18 esac