summaryrefslogtreecommitdiff
path: root/contrib/redhat
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2011-09-07 10:28:25 +0100
committerColin Watson <cjwatson@debian.org>2011-09-07 10:28:25 +0100
commit8241a65bf12ac53c1b7304bba7ce739aad80b8b8 (patch)
tree5209b8dd1e893bbf8f428c63905b6e6d46ffc632 /contrib/redhat
parent3a7e89697ca363de0f64e0d5704c57219294e41c (diff)
parent44e6c1376b2048fb52e2b29baa5e6df7c0e87816 (diff)
merge 5.9p1 (respun)
Diffstat (limited to 'contrib/redhat')
-rwxr-xr-xcontrib/redhat/sshd.init8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/redhat/sshd.init b/contrib/redhat/sshd.init
index 2334d8142..e9a751796 100755
--- a/contrib/redhat/sshd.init
+++ b/contrib/redhat/sshd.init
@@ -40,10 +40,10 @@ start()
40 # Create keys if necessary 40 # Create keys if necessary
41 /usr/bin/ssh-keygen -A 41 /usr/bin/ssh-keygen -A
42 if [ -x /sbin/restorecon ]; then 42 if [ -x /sbin/restorecon ]; then
43 /sbin/restorcon /etc/ssh/ssh_host_key.pub 43 /sbin/restorecon /etc/ssh/ssh_host_key.pub
44 /sbin/restorcon /etc/ssh/ssh_host_rsa_key.pub 44 /sbin/restorecon /etc/ssh/ssh_host_rsa_key.pub
45 /sbin/restorcon /etc/ssh/ssh_host_dsa_key.pub 45 /sbin/restorecon /etc/ssh/ssh_host_dsa_key.pub
46 /sbin/restorcon /etc/ssh/ssh_host_ecdsa_key.pub 46 /sbin/restorecon /etc/ssh/ssh_host_ecdsa_key.pub
47 fi 47 fi
48 48
49 echo -n $"Starting $prog:" 49 echo -n $"Starting $prog:"