Mercurial > hg > Blog
view content/comments/compiling-the-shrew-soft-vpn-client-on-raspberry-pi/reply1 @ 52:94cc5f43d9d1
add an entry about recompiling JDK classes
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sun, 21 Dec 2014 17:40:53 +0100 |
parents | 676f9f69ee85 |
children |
line wrap: on
line source
Author: Dirk Olmes Date: 2014-02-15 16:30:00 I dug to the root cause of the issue back after I wrote the blog post but didn't find the time to do a proper comparison of ikec's behaviour on the pi vs on my regular Linux machine. Long story short, it was the code that parses the config file. On the pi it doesn't proplerly detect the last entry in the file - or EOF, I don't remember the details. The workaround was to add an empty line to the end of the config file.