From 20a1337a9c82aa1b55e6662e4682fc33db32a6c0 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 14 Sep 2005 16:34:19 +0000 Subject: [PATCH] Clifford Wolf: Fixed openssh key generation postinstall.sh [2005090811270500626] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@6367 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/openssh/postinstall.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/package/base/openssh/postinstall.sh b/package/base/openssh/postinstall.sh index 8d21658ba..d0e01f727 100644 --- a/package/base/openssh/postinstall.sh +++ b/package/base/openssh/postinstall.sh @@ -13,9 +13,3 @@ if any_installed "usr/bin/ssh-keygen" ; then fi fi -exit 0 - -if any_removed "usr/bin/ssh-keygen" ; then - echo "Removing ssh host keys" - rm -f /etc/ssh/ssh_host_key /etc/ssh/ssh_host_dsa_key /etc/ssh/ssh_host_rsa_key -fi