diff options
author | hubertf <hubertf> | 2001-01-07 05:07:17 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-01-07 05:07:17 +0000 |
commit | 48a8463cb61bf177a7f4e569406675dab5f7c54c (patch) | |
tree | 0b251a91d6d557dbe12c65b2c0eba8881fe41eb6 /security/openssh | |
parent | 66632ec2ed81f15331b2b51c90de63af885bc80d (diff) | |
download | pkgsrc-48a8463cb61bf177a7f4e569406675dab5f7c54c.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.
Diffstat (limited to 'security/openssh')
-rw-r--r-- | security/openssh/pkg/DEINSTALL | 4 |
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. ============================================================= |