#!/bin/sh
rm /usr/bin/logger
cd /usr/bin
ln -s loggerfix logger
echo "Replacing logger, since it will hang system. installed /usr/bin/loggerfix"
echo "You will now need to generate an IPsec hostkey or X.509 certificate before"
echo "installation is finished. You do not want to do that on this MIPS, but on" 
echo "another machine,eg: ipsec newhostkey --output ipsec.secrets"
echo "You can then install the generated RSA key in /etc/ipsec.secrets or the X.509"
echo "certificate in /etc/ipsec.d/"
echo "See further: http://www.openswan.org/ and http://lists.openswan.org/"
