Blame SOURCES/cobbler-keep-ssh-snippet.patch

1330ca
--- ./snippets/keep_ssh_host_keys	2010-07-28 17:48:48.000000000 +0200
1330ca
+++ ./snippets/keep_ssh_host_keys	2011-08-18 13:56:47.083867519 +0200
1330ca
@@ -89,10 +89,9 @@ if [ "$keys_found" = "yes" ]; then
1330ca
         sleep 10
1330ca
         if [ -d /mnt/sysimage$SEARCHDIR ] ; then
1330ca
             cp -af /tmp/$TEMPDIR/${PATTERN}* /mnt/sysimage$SEARCHDIR
1330ca
-            logger "keys copied to newly installed system"
1330ca
             break
1330ca
         fi
1330ca
-    done &
1330ca
+    done >/dev/null 2>/dev/null &
1330ca
 fi
1330ca
 #end raw
1330ca