summaryrefslogtreecommitdiff
path: root/scripts/rl-system.init
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-11-06 11:06:56 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-11-06 11:06:56 -0800
commit3ac74a6e711f050cfb8682df976b9f03e9bd5cf4 (patch)
tree4754fa03404f5cecc0a9269df79452412de1272e /scripts/rl-system.init
parent7a58c30e61e6f9cde5d6a7a216888ac7ca405750 (diff)
downloadvyatta-cfg-system-3ac74a6e711f050cfb8682df976b9f03e9bd5cf4.tar.gz
vyatta-cfg-system-3ac74a6e711f050cfb8682df976b9f03e9bd5cf4.zip
Don't force rebuild of ssh_host_key on each boot
Bugfix 3873 Don't remove ssh_host_key because that will force it to be rebuilt everytime system boots.
Diffstat (limited to 'scripts/rl-system.init')
-rwxr-xr-xscripts/rl-system.init2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/rl-system.init b/scripts/rl-system.init
index 5391d409..af21bbfe 100755
--- a/scripts/rl-system.init
+++ b/scripts/rl-system.init
@@ -114,8 +114,6 @@ clear_or_override_config_files ()
cat /dev/null > /etc/$conf || true
fi
done
- # ssh v1. remove the empty key file
- rm -f /etc/ssh/ssh_host_key
}
udev_rescan ()