summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-01-07 05:07:17 +0000
committerhubertf <hubertf@pkgsrc.org>2001-01-07 05:07:17 +0000
commitaef6c5d86f255d328f4b24c6b52fba08a31d4bd9 (patch)
tree0b251a91d6d557dbe12c65b2c0eba8881fe41eb6
parent9719143313c205d45354f1ba775bf0cd79ea1fd8 (diff)
downloadpkgsrc-aef6c5d86f255d328f4b24c6b52fba08a31d4bd9.tar.gz
If someone installs openssh on netbsd and then pkg_deletes it again,
he sure does NOT want to nuke /etc/ssh* - adjust to ssh*_config.
-rw-r--r--security/openssh/pkg/DEINSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh/pkg/DEINSTALL b/security/openssh/pkg/DEINSTALL
index ee1aa040cf6..f7d05a7df34 100644
--- a/security/openssh/pkg/DEINSTALL
+++ b/security/openssh/pkg/DEINSTALL
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $NetBSD: DEINSTALL,v 1.1 2000/01/27 17:13:02 hubertf Exp $
+# $NetBSD: DEINSTALL,v 1.2 2001/01/07 05:07:17 hubertf Exp $
#
case "$2" in
@@ -8,7 +8,7 @@ case "$2" in
=============================================================
Note that ssh configuration, key, and random-seed files
-(@SSH_CONF_DIR@/ssh*) are not removed in the deinstallation
+(@SSH_CONF_DIR@/ssh*_config) are not removed in the deinstallation
process. You should remove those by hand, if you no longer
need them.
=============================================================