summaryrefslogtreecommitdiff
path: root/security/ssh6/pkg/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'security/ssh6/pkg/DEINSTALL')
-rw-r--r--security/ssh6/pkg/DEINSTALL18
1 files changed, 18 insertions, 0 deletions
diff --git a/security/ssh6/pkg/DEINSTALL b/security/ssh6/pkg/DEINSTALL
new file mode 100644
index 00000000000..0774f8db341
--- /dev/null
+++ b/security/ssh6/pkg/DEINSTALL
@@ -0,0 +1,18 @@
+#! /bin/sh
+#
+# $NetBSD: DEINSTALL,v 1.1 2000/03/20 02:25:47 itojun Exp $
+#
+
+case "$2" in
+ DEINSTALL) cat <<EOF
+
+=============================================================
+Note that ssh configuration, key, and random-seed files
+(@SSH_CONF_DIR@/ssh*) are not removed in the deinstallation
+process. You should remove those by hand, if you no longer
+need them.
+=============================================================
+
+EOF
+ ;;
+esac