diff options
author | hubertf <hubertf> | 2001-01-07 05:07:17 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-01-07 05:07:17 +0000 |
commit | c54e6e587b19601da3fc1fe683c7ca02de2211bf (patch) | |
tree | 0b251a91d6d557dbe12c65b2c0eba8881fe41eb6 | |
parent | 22006a2205448dfc55e6d2cda6375978c98313d8 (diff) | |
download | pkgsrc-c54e6e587b19601da3fc1fe683c7ca02de2211bf.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/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. ============================================================= |